Add Py 2 and Py 3 classifiers

This commit is contained in:
Stefan Wehrmeyer 2013-12-18 03:55:38 +01:00
parent 74b900f1f6
commit ba7109a6b9

View File

@ -10,7 +10,9 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3'
],
keywords='sql sqlalchemy etl loading utility',
author='Friedrich Lindenberg, Gregor Aisch',