diff options
| author | Ralph Bean <rbean@redhat.com> | 2012-04-21 21:25:12 -0400 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2012-04-21 21:25:12 -0400 |
| commit | f549346f7e524b255c28a25a8de7b5dab8fdce33 (patch) | |
| tree | 159135137d4e701a5fe2b9b6c44cf0292d34b92e | |
| parent | 90da3b3b1363beb443d190fdcdee8d9323beb64b (diff) | |
| download | pyramid-f549346f7e524b255c28a25a8de7b5dab8fdce33.tar.gz pyramid-f549346f7e524b255c28a25a8de7b5dab8fdce33.tar.bz2 pyramid-f549346f7e524b255c28a25a8de7b5dab8fdce33.zip | |
Use the new Pyramid trove classifiers for the scaffolds.
| -rw-r--r-- | pyramid/scaffolds/alchemy/setup.py_tmpl | 2 | ||||
| -rw-r--r-- | pyramid/scaffolds/starter/setup.py_tmpl | 2 | ||||
| -rw-r--r-- | pyramid/scaffolds/zodb/setup.py_tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pyramid/scaffolds/alchemy/setup.py_tmpl b/pyramid/scaffolds/alchemy/setup.py_tmpl index b80fc52a8..2d8ed028f 100644 --- a/pyramid/scaffolds/alchemy/setup.py_tmpl +++ b/pyramid/scaffolds/alchemy/setup.py_tmpl @@ -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", ], diff --git a/pyramid/scaffolds/starter/setup.py_tmpl b/pyramid/scaffolds/starter/setup.py_tmpl index 39ac6de9d..58c0a79fc 100644 --- a/pyramid/scaffolds/starter/setup.py_tmpl +++ b/pyramid/scaffolds/starter/setup.py_tmpl @@ -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", ], diff --git a/pyramid/scaffolds/zodb/setup.py_tmpl b/pyramid/scaffolds/zodb/setup.py_tmpl index 965c0178f..acdf095d5 100644 --- a/pyramid/scaffolds/zodb/setup.py_tmpl +++ b/pyramid/scaffolds/zodb/setup.py_tmpl @@ -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", ], |
