We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7af760f commit 3708cf4Copy full SHA for 3708cf4
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
maintainer_email='romain.rom1@gmail.com',
13
url='https://github.com/rom1504/python-minecraft-data',
14
packages=find_packages(),
15
- package_data={'minecraft_data': ["*/data/enums/*.json"]},
+ package_data={'minecraft_data': ["data/data/*/*.json"]},
16
install_requires=[
17
],
18
keywords=['minecraft'],
0 commit comments