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 5f6c0f2 commit cd1583b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ 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.package-data]
phonemizer = [
"share/espeak/*",
Expand Down

0 comments on commit cd1583b

Please sign in to comment.