]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - setup.py
When ordering expenditures and transfers, by default order by the time
[bluechips.git] / setup.py
index 0c41b7c513a722b899f422ba7c5ff64d33d1c715..018018662ec1eae7da795cdabc8a157fb07ae49b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
     author_email='chips@blue-sun-corp.com',
     #url='',
     install_requires=["Pylons>=0.9.6", "SQLAlchemy>=0.4.1", "tw.forms>=0.9.1",
-                      "AuthKit>=0.4.0],
+                      "AuthKit>=0.4.0"],
     setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
@@ -33,5 +33,8 @@ setup(
 
     [paste.app_install]
     main = pylons.util:PylonsInstaller
+    
+    [paste.filter_app_factory]
+    fakeauth = bluechips.lib.fake_auth:FakeAuth
     """,
 )