Try another way to access packaged files

This commit is contained in:
2023-01-08 20:08:35 -07:00
parent 0435a71b5e
commit b4b1ec3df8
2 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ setup(
install_requires=[requirements],
python_requires='>=3.7',
include_package_data=True,
package_data={'': ['data/*.txt']},
# See: https://github.com/pypa/setuptools/issues/1806
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*']},
classifiers=[
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",