Skip to content

Commit

Permalink
FEA: Add python package outline
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 15, 2024
1 parent 6a7a543 commit fcd7072
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Empty file added python_toolbox/README.md
Empty file.
Empty file.
7 changes: 7 additions & 0 deletions python_toolbox/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions python_toolbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[tool.poetry]
name = "openfast-toolbox"
version = "3.5.4"
description = "Readers and writers for OpenFAST files."
authors = ["Marcus Lugg <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit fcd7072

Please sign in to comment.