X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=018018662ec1eae7da795cdabc8a157fb07ae49b;hb=ac94b9ba576febf19d815dcaf716405f3bc8603e;hp=257c70cab0db4a03aff8b39e5e8c8cd4befd8db5;hpb=c8db2b9e7a4f08b236d007e5dafd2b7dd63c917b;p=bluechips.git diff --git a/setup.py b/setup.py index 257c70c..0180186 100755 --- a/setup.py +++ b/setup.py @@ -33,5 +33,8 @@ setup( [paste.app_install] main = pylons.util:PylonsInstaller + + [paste.filter_app_factory] + fakeauth = bluechips.lib.fake_auth:FakeAuth """, )