Skip to content

Commit

Permalink
Use setuptools custom pkg discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
p3zo committed Jun 17, 2024
1 parent 35cbd30 commit 06e6546
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ dependencies = [
"scipy~=1.8.0",
]

[tool.setuptools]
py-modules = []
[tool.setuptools.packages.find]
where = ["."]
include = ["chord_progressions"]
exclude = ["scripts", "docs", "site", "assets", "tests", "dist"]

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

0 comments on commit 06e6546

Please sign in to comment.