Skip to content

Commit

Permalink
Set include_package_data to True
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Mar 7, 2020
1 parent 6bbb8d6 commit 9ecfe1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helics_apps-pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
long_description_content_type='text/markdown',
packages=['helics_apps'],
package_data={'helics_apps': ['data/*']},
include_package_data=True,
cmdclass=versioneer.get_cmdclass(),
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 9ecfe1e

Please sign in to comment.