1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

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"]), packages=find_packages(".", exclude=["docs", "tests"]),
include_package_data=True,
platforms="any", platforms="any",
classifiers=[ classifiers=[
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",