Install addition package files

This commit is contained in:
Kevin Frommelt 2017-09-27 16:33:52 -05:00
parent ed20e6e12c
commit a8b64022bb
No known key found for this signature in database
GPG Key ID: 417D689D05497706

View File

@ -39,6 +39,7 @@ setup(
packages=find_packages(exclude=("tests", "tests.*")),
install_requires=install_requires,
extras_require=extras_require,
include_package_data=True,
license="Apache",
test_suite="tests",
classifiers=[