Skip to content

Commit

Permalink
Include all of app/data regardless of depth.
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Sep 19, 2023
1 parent 5f9c3c1 commit 627f595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
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",
Expand Down

0 comments on commit 627f595

Please sign in to comment.