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:
parent
68b7f81601
commit
66959ee4e9
1
setup.py
1
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user