Fix error when installing using setup.py

Revert "Unused information in setup.py"

This reverts commit deb97f8ec0.

Fix #598
pull/638/head
Julien Duponchelle 8 years ago
parent 68b7f81601
commit 66959ee4e9
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

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

Loading…
Cancel
Save