setup.py: add support for Python 2.6

This commit is contained in:
Roman Zeyde
2015-01-05 14:23:28 +02:00
parent 3901b32cc5
commit a30ee7f92c

View File

@@ -33,6 +33,7 @@ setup(
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",