Merge pull request #1641 from cgohlke/patch-1

Add Python 3.5 to classifiers
This commit is contained in:
Andrew Murray 2016-01-05 09:27:20 +11:00
commit f57e295ce5

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',
],