Skip to content

Commit

Permalink
fix trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 26, 2012
1 parent ea6c0cb commit 5cbe270
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -39,7 +39,12 @@
classifiers=[
"Intended Audience :: Developers",
"Programming Language :: Python",
"Framework :: Pylons",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: Implementation :: CPython",
"Framework :: Pyramid",
],
keywords='web wsgi pyramid pylons deform forms form',
author="Chris McDonough, Agendaless Consulting",
Expand Down

0 comments on commit 5cbe270

Please sign in to comment.