Skip to content

Commit

Permalink
Fix bug in new version of setuptools (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
holger-motional authored Feb 13, 2020
1 parent 3758f71 commit 8542a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_dirlist(_rootdir):
install_requires=requirements,
packages=packages,
package_dir={'': 'python-sdk'},
package_data={'': '*.json'},
package_data={'': ['*.json']},
include_package_data=True,
classifiers=[
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 8542a60

Please sign in to comment.