Add Python 3.5 to classifiers

This commit is contained in:
Christoph Gohlke 2016-01-04 11:50:03 -08:00
parent 1a47dad469
commit 0b38dbb8e2

View File

@ -753,6 +753,7 @@ setup(
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],