Skip to content

Commit 8542a60

Browse files
Fix bug in new version of setuptools (#297)
1 parent 3758f71 commit 8542a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_dirlist(_rootdir):
4343
install_requires=requirements,
4444
packages=packages,
4545
package_dir={'': 'python-sdk'},
46-
package_data={'': '*.json'},
46+
package_data={'': ['*.json']},
4747
include_package_data=True,
4848
classifiers=[
4949
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)