mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
Base server complete including modules, STOMP protocol over Websockets
and ZMQ Router/Dealer implementations.
This commit is contained in:
3
setup.py
3
setup.py
@ -42,10 +42,11 @@ setup(
|
||||
cmdclass={"test": Tox},
|
||||
author="Jeremy Grossmann",
|
||||
author_email="package-maintainer@gns3.net",
|
||||
description="GNS3 server with HTTP REST API to manage emulators",
|
||||
description="GNS3 server to asynchronously to manage emulators",
|
||||
long_description=open("README.rst", "r").read(),
|
||||
install_requires=[
|
||||
"tornado >= 2.0",
|
||||
"pyzmq",
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
Reference in New Issue
Block a user