Skip to content

Commit

Permalink
add trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 10, 2013
1 parent dd8aecb commit a369ff4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
open('CHANGES.txt').read(),
packages=find_packages('src'),
package_dir={'': 'src'},
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython",
],
ext_modules=[Extension(
name='AccessControl.cAccessControl',
include_dirs=['include', 'src'],
Expand Down

0 comments on commit a369ff4

Please sign in to comment.