Skip to content

Commit

Permalink
Merge pull request Pylons#582 from ralphbean/master
Browse files Browse the repository at this point in the history
Use the new Pyramid trove classifiers for the scaffolds.
  • Loading branch information
mcdonc committed Apr 22, 2012
2 parents 90da3b3 + f549346 commit 7f769c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyramid/scaffolds/alchemy/setup.py_tmpl
Expand Up @@ -22,7 +22,7 @@ setup(name='{{project}}',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Programming Language :: Python",
"Framework :: Pylons",
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
Expand Down
2 changes: 1 addition & 1 deletion pyramid/scaffolds/starter/setup.py_tmpl
Expand Up @@ -18,7 +18,7 @@ setup(name='{{project}}',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Programming Language :: Python",
"Framework :: Pylons",
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
Expand Down
2 changes: 1 addition & 1 deletion pyramid/scaffolds/zodb/setup.py_tmpl
Expand Up @@ -21,7 +21,7 @@ setup(name='{{project}}',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Programming Language :: Python",
"Framework :: Pylons",
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
Expand Down

0 comments on commit 7f769c5

Please sign in to comment.