diff options
| author | Chris McDonough <chrism@plope.com> | 2012-04-21 18:36:44 -0700 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-04-21 18:36:44 -0700 |
| commit | 7f769c52a44dbadd02aff8d692189933e8b54cbe (patch) | |
| tree | 159135137d4e701a5fe2b9b6c44cf0292d34b92e | |
| parent | 90da3b3b1363beb443d190fdcdee8d9323beb64b (diff) | |
| parent | f549346f7e524b255c28a25a8de7b5dab8fdce33 (diff) | |
| download | pyramid-7f769c52a44dbadd02aff8d692189933e8b54cbe.tar.gz pyramid-7f769c52a44dbadd02aff8d692189933e8b54cbe.tar.bz2 pyramid-7f769c52a44dbadd02aff8d692189933e8b54cbe.zip | |
Merge pull request #582 from ralphbean/master
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", ], |
