setup: remove py2.6 from classifiers

This commit is contained in:
Will Roberts
2015-02-18 17:09:16 +01:00
parent b7285cd25c
commit 20c40157ae

View File

@@ -67,7 +67,6 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',