setup.py: add support for Python 3.2

This commit is contained in:
Roman Zeyde
2014-12-27 16:25:56 +02:00
parent 8557271da7
commit 0ae80e6d8b

View File

@@ -34,6 +34,7 @@ setup(
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Libraries :: Python Modules",