Add python 3.5 and 3.6 classifier in setup.py (#749)

This commit is contained in:
Colin Deasy
2017-07-17 15:23:54 +01:00
committed by Jim Witschey
parent e7c7d7bf27
commit b7c2eb7005

View File

@@ -431,6 +431,8 @@ def run_setup(extensions):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules'