Fix error when installing using setup.py

Revert "Unused information in setup.py"

This reverts commit deb97f8ec0.

Fix #598
This commit is contained in:
Julien Duponchelle 2016-06-29 17:55:28 +02:00
parent 68b7f81601
commit 66959ee4e9
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -57,6 +57,7 @@ setup(
]
},
packages=find_packages(".", exclude=["docs", "tests"]),
include_package_data=True,
platforms="any",
classifiers=[
"Development Status :: 4 - Beta",