File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,9 @@ documentation = "https://gtts.readthedocs.io"
63
63
repository = " https://github.com/pndurette/gTTS"
64
64
changelog = " https://github.com/pndurette/gTTS/blob/main/CHANGELOG.md"
65
65
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" ]
71
69
72
70
[tool .coverage .run ]
73
71
omit = [
You can’t perform that action at this time.
0 commit comments