Skip to content

Commit

Permalink
Migrate poetry build script configuration to table format
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Sep 6, 2023
1 parent cad4e6e commit 557c9c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ include = [
"src/sixs_bin/sixsV1.1",
"src/sixs_bin/sixsV2.1",
]
build = "build.py"

[tool.poetry.build]
# Note: custom build scripts are currently an undocummented feature of poetry.
# See https://github.com/python-poetry/poetry/issues/2740.
script = "build.py"
generate-setup-file = false

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 557c9c2

Please sign in to comment.