We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3758f71 commit 8542a60Copy full SHA for 8542a60
1 file changed
setup/setup.py
@@ -43,7 +43,7 @@ def get_dirlist(_rootdir):
43
install_requires=requirements,
44
packages=packages,
45
package_dir={'': 'python-sdk'},
46
- package_data={'': '*.json'},
+ package_data={'': ['*.json']},
47
include_package_data=True,
48
classifiers=[
49
'Programming Language :: Python :: 3.6',
0 commit comments