Skip to content

Commit

Permalink
Re-enable package data
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvdijk committed Dec 10, 2019
1 parent 960f3b9 commit 7874a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
keywords='MDStudio WAMP workflow',
platforms=['Any'],
packages=find_packages(),
#package_data={distribution_name: ['schemas/endpoints/*', 'schemas/resources/*']},
package_data={distribution_name: ['schemas/endpoints/*', 'schemas/resources/*']},
py_modules=[distribution_name],
install_requires=["py-graphit", "mdstudio"],
include_package_data=True,
Expand Down

0 comments on commit 7874a91

Please sign in to comment.