Package non-Python files, too.

This commit is contained in:
Jannis Leidel 2017-05-18 11:28:57 +02:00
parent 2b761082b7
commit 08fc27346b
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -150,5 +150,5 @@ setuptools.setup(
tests_require=reqs('test.txt'),
cmdclass={'test': pytest},
zip_safe=False,
include_package_data=False,
include_package_data=True,
)