Skip to content

Commit

Permalink
fix: include missing required *.txt test files in dist (#395)
Browse files Browse the repository at this point in the history
Include gtts.tests.input_files *.txt files in dist
Clean up pyproject.toml cruft
  • Loading branch information
pndurette authored Jan 16, 2023
1 parent a4ce0c9 commit 63f10ff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ documentation = "https://gtts.readthedocs.io"
repository = "https://github.com/pndurette/gTTS"
changelog = "https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md"

[tool.setuptools.packages.find]
#where = ["src"] # list of folders that contain the packages (["."] by default)
#include = ["my_package*"] # package names should match these glob patterns (["*"] by default)
#exclude = ["my_package.tests*"] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
[tool.setuptools.package-data]
# Tests support files
"gtts.tests.input_files" = ["*.txt"]

[tool.coverage.run]
omit = [
Expand Down

0 comments on commit 63f10ff

Please sign in to comment.