Skip to content

Commit

Permalink
Package non-Python files, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 18, 2017
1 parent 2b76108 commit 08fc273
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 @@ -150,5 +150,5 @@ def run_tests(self):
tests_require=reqs('test.txt'),
cmdclass={'test': pytest},
zip_safe=False,
include_package_data=False,
include_package_data=True,
)

0 comments on commit 08fc273

Please sign in to comment.