Add Py 2 and Py 3 classifiers
This commit is contained in:
parent
74b900f1f6
commit
ba7109a6b9
6
setup.py
6
setup.py
@ -10,8 +10,10 @@ 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',
|
||||
author_email='info@okfn.org',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user