Skip to content

Commit

Permalink
Added setup classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Mar 16, 2013
1 parent 16c8bf1 commit c639844
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup

# Get the version number from the package
f = open('ZPsycopgDA/__init__.py')
Expand Down Expand Up @@ -30,7 +30,11 @@
# Get more strings from
# http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Framework :: Zope2",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
"Topic :: Database",
],
keywords='',
author='Federico Di Gregorio',
Expand Down

0 comments on commit c639844

Please sign in to comment.