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