1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-17 22:08:35 +00:00

Pypi doesn't like Python 3.5... yet

Upload failed (400): Invalid classifier "Programming Language :: Python :: 3.5"
This commit is contained in:
grossmj 2015-03-07 20:19:52 -07:00
parent 0d379f428e
commit 2b34e35027

View File

@ -74,7 +74,6 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
],
)