Package deep enough into the data tree to get all the files that are there

This commit is contained in:
David Boreham 2023-01-16 21:56:07 -07:00
parent b13300ca81
commit 71425b93f6

View File

@ -20,7 +20,7 @@ setup(
python_requires='>=3.7',
include_package_data=True,
# See: https://github.com/pypa/setuptools/issues/1806
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*']},
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*', 'data/*/*/*/*', 'data/*/*/*/*/*']},
classifiers=[
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",