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",
],
)