Skip to content

Commit

Permalink
Add Trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 3, 2013
1 parent ab16671 commit ac7ff6c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,7 @@ CHANGES
4.0.0a4 (unreleased)
--------------------

- Nothing changed yet.
- Improve Trove classifiers.


4.0.0a3 (2013-03-03)
Expand Down
28 changes: 16 additions & 12 deletions setup.py
Expand Up @@ -44,18 +44,22 @@
open('CHANGES.txt').read(),
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
classifiers=['Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Framework :: Zope3',
],

classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'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.3',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
'Framework :: Zope3',
],
packages=find_packages('src'),
package_dir = {'': 'src'},
namespace_packages=['zope', 'zope.app'],
Expand Down

0 comments on commit ac7ff6c

Please sign in to comment.