setup.py: add classifiers for Python 2/3 compatibility

This commit is contained in:
Florent Xicluna 2013-02-20 22:50:12 +01:00
parent bcbf1b8eae
commit b8aab10d5f

View file

@ -34,6 +34,8 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Utilities",
],