Skip to content

Commit

Permalink
add setuptools.packages in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Jul 31, 2024
1 parent cd1583b commit 11a2875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Repository = "https://github.com/bootphon/phonemizer"
Issues = "https://github.com/bootphon/phonemizer"
Changelog = "https://github.com/bootphon/phonemizer/blob/master/docs/source/changelog.rst"

[tool.setuptools]
packages = ["phonemizer"]
[tool.setuptools.packages]
find = {}

[tool.setuptools.package-data]
phonemizer = [
Expand Down

0 comments on commit 11a2875

Please sign in to comment.