Skip to content

Commit

Permalink
Add some trove classifiers, especially the Python :: 2.x ones.
Browse files Browse the repository at this point in the history
Apparently we still care about 2.4 in this package.  Thanks, buildbots, for
letting me know!  ;)
  • Loading branch information
mgedmin committed Feb 15, 2012
1 parent db2d494 commit 48edffb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,22 @@
open('README.txt').read(),
open('CHANGES.txt').read(),
]),
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public Licence',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Communications :: Email',
'Framework :: Zope3',
],
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['zope',],
Expand Down

0 comments on commit 48edffb

Please sign in to comment.