Skip to content

Commit

Permalink
add trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Mar 2, 2013
1 parent c6a821c commit 19e25ed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,19 @@
'src', 'z3c', 'recipe', 'compattest', 'README.txt')).read()),
keywords="zope setuptools egg kgs",
classifiers=[
'Framework :: Zope3',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Operating System :: OS Independent',
'Framework :: Zope3'],
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
],
license='ZPL 2.1',
packages=find_packages('src'),
package_dir={'': 'src'},
Expand Down

0 comments on commit 19e25ed

Please sign in to comment.