Skip to content

Commit

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

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

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

0 comments on commit 9a61e35

Please sign in to comment.