Include all of app/data regardless of depth.
This commit is contained in:
parent
5f9c3c14b2
commit
627f595712
3
setup.py
3
setup.py
@ -19,8 +19,7 @@ setup(
|
||||
install_requires=[requirements],
|
||||
python_requires='>=3.7',
|
||||
include_package_data=True,
|
||||
# See: https://github.com/pypa/setuptools/issues/1806
|
||||
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*', 'data/*/*/*/*', 'data/*/*/*/*/*']},
|
||||
package_data={'': ['data/**']},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Operating System :: OS Independent",
|
||||
|
Loading…
Reference in New Issue
Block a user