Skip to content

Commit

Permalink
make pyproject.toml a bit more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 20, 2023
1 parent 6efc900 commit 02cd8fa
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires = [
"numpy",
"pip",
"meson-python",
"setuptools>=61.0",
]

[project]
Expand Down Expand Up @@ -39,8 +40,17 @@ dependencies = [
"scipy>=1.0.0",
]

[tool.setuptools.dynamic]
version = {attr = "stripy.__version__"}
[tool.setuptools]
packages = [
"stripy",
"stripy._tripack",
"stripy._stripack",
"stripy._srfpack",
"stripy._ssrfpack",
]

# [tool.setuptools.dynamic]
# version = {attr = "stripy.__version__"}

[project.optional-dependencies]
dev = ["pip-tools", "pytest"]
Expand Down

0 comments on commit 02cd8fa

Please sign in to comment.