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 af2ffd2 commit 095d5f8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion setup.py
Expand Up @@ -30,7 +30,18 @@

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("Acquisition._Acquisition",
[os.path.join('src', 'Acquisition',
'_Acquisition.c')],
Expand Down

0 comments on commit 095d5f8

Please sign in to comment.