Skip to content

Commit

Permalink
Correctly add smstools package name
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Sep 12, 2024
1 parent eccd037 commit 86cd7e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "smstools-test"
authors = [
{ name="Music Technology Group, Universitat Pompeu Fabra", email="mtg-info@upf.edu" },
]
version = "0.99"
version = "0.99.1"
description = "Sound analysis/synthesis tools for music applications"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -25,9 +25,8 @@ Homepage = "https://github.com/mtg/sms-tools"
Issues = "https://github.com/mtg/sms-tools/issues"

[tool.setuptools.packages.find]
where = ["smstools"]
include = ["models", "transformations"]
exclude = ["models.interface", "transformations.interface"]
include = ["smstools.models", "smstools.transformations"]
exclude = ["smstools.models.interface", "smstools.transformations.interface"]


[build-system]
Expand Down

0 comments on commit 86cd7e5

Please sign in to comment.