Skip to content

Commit

Permalink
Switch to finding packages by include not exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar authored Jan 8, 2025
1 parent 8f04f99 commit 2a938e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ requires = ["setuptools>=60"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
exclude = ["docs*", "examples", "geometric_data", "contributors"]
include=["geometric_features", "geometric_features.*"]

[tool.setuptools.dynamic]
version = { attr = "geometric_features.version.__version__" }
Expand Down

0 comments on commit 2a938e7

Please sign in to comment.