Package deep enough into the data tree to get all the files that are there
This commit is contained in:
parent
b13300ca81
commit
71425b93f6
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ setup(
|
|||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
# See: https://github.com/pypa/setuptools/issues/1806
|
# See: https://github.com/pypa/setuptools/issues/1806
|
||||||
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*']},
|
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*', 'data/*/*/*/*', 'data/*/*/*/*/*']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
Loading…
Reference in New Issue
Block a user