Update setup.py and fix minor issues.

This commit is contained in:
grossmj
2018-09-02 15:32:34 +07:00
parent a5f4ec0135
commit e037835769
3 changed files with 10 additions and 6 deletions

View File

@@ -59,17 +59,21 @@ setup(
package_data={"gns3": ["configs/*.txt", "schemas/*.json"]},
platforms="any",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: X11 Applications :: Qt",
"Intended Audience :: Information Technology",
"Topic :: System :: Networking",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
'Natural Language :: English',
"Operating System :: OS Independent",
"Natural Language :: English",
"Operating System :: POSIX",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
],
)