summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-05 01:33:25 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-05 01:33:25 +0000
commit5ed24b859b1e8deed12f73d1dc1808142218f61e (patch)
tree36ca317a5d2803d11d6c287b5be41f75791b3566 /setup.py
parent1da614e3dab88f4a7ccf97630e808c1c119a0f90 (diff)
downloadpyramid-5ed24b859b1e8deed12f73d1dc1808142218f61e.tar.gz
pyramid-5ed24b859b1e8deed12f73d1dc1808142218f61e.tar.bz2
pyramid-5ed24b859b1e8deed12f73d1dc1808142218f61e.zip
IWSGIApplication -> IWSGIApplicationFactory
The router is not middleware.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8b39301a1..8015615ff 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,6 @@ setup(name='repoze.bfg',
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Internet :: WWW/HTTP :: WSGI",
- "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
],
keywords='web wsgi bfg zope',