Skip to content

Commit

Permalink
fix install subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy committed Sep 25, 2023
1 parent 8e64ecc commit dbf9f3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ requires = [
"setuptools-scm>=7",
]

[tool.setuptools]
packages = ["fastscape"]
[tool.setuptools.packages.find]
include = [
"fastscape",
"fastscape.*",
]

[tool.setuptools_scm]
fallback_version = "9999"
Expand Down

0 comments on commit dbf9f3d

Please sign in to comment.