Skip to content

Commit

Permalink
Add trove classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 25, 2018
1 parent 52d3df1 commit ebe6760
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Expand Up @@ -28,6 +28,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',
Expand Down

0 comments on commit ebe6760

Please sign in to comment.