Skip to content

Commit 63f10ff

Browse files
authored
fix: include missing required *.txt test files in dist (#395)
Include gtts.tests.input_files *.txt files in dist Clean up pyproject.toml cruft
1 parent a4ce0c9 commit 63f10ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: pyproject.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ documentation = "https://gtts.readthedocs.io"
6363
repository = "https://github.com/pndurette/gTTS"
6464
changelog = "https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md"
6565

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

7270
[tool.coverage.run]
7371
omit = [

0 commit comments

Comments
 (0)