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

GNS3 server can't be keep as zipped egg

This commit is contained in:
Julien Duponchelle 2016-10-05 14:54:26 +02:00
parent 46e1fbda60
commit 54c45f0b98
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

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