From 5ed24b859b1e8deed12f73d1dc1808142218f61e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 5 Jul 2008 01:33:25 +0000 Subject: IWSGIApplication -> IWSGIApplicationFactory The router is not middleware. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3