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,8 +10,10 @@ setup(
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", "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', keywords='sql sqlalchemy etl loading utility',
author='Friedrich Lindenberg, Gregor Aisch', author='Friedrich Lindenberg, Gregor Aisch',
author_email='info@okfn.org', author_email='info@okfn.org',