Skip to content

Commit

Permalink
Use include_package_data=True in setup.py
Browse files Browse the repository at this point in the history
Fix missing files for lumi server web.
  • Loading branch information
dekked authored and IanTayler committed Dec 8, 2017
1 parent cf51a68 commit 1de9dcd
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 @@ -105,7 +105,7 @@ def find_meta(meta):
url=find_meta('uri'),
packages=PACKAGES,
classifiers=CLASSIFIERS,
package_data={'': ['*.yml']},
include_package_data=True,
setup_requires=[
],
install_requires=INSTALL_REQUIRES,
Expand Down

0 comments on commit 1de9dcd

Please sign in to comment.