]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - setup.py
Always list residents first, then sort by username.
[bluechips.git] / setup.py
index b4bb6d4778e643f7bb482690dc79343cbe45302e..a42edbb229ef79f2648e8f6048ba4bb5715b8393 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,14 +9,14 @@ except ImportError:
 
 setup(
     name='BlueChips',
-    version='1.0a1',
+    version='1.0.0',
     description='BlueChips - finances for people with shared expenses',
     long_description=open('README.rst').read(),
     author='Residents of Blue Sun Corporate Headquarters',
     author_email='chips@blue-sun-corp.com',
     url='http://github.com/ebroder/bluechips',
     classifiers=[
-        'Development Status :: 3 - Alpha',
+        'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
         'Framework :: Pylons',
         'License :: OSI Approved :: GNU General Public License (GPL)',
@@ -27,7 +27,7 @@ setup(
         ],
     install_requires=["Pylons>=0.9.6",
                       "WebHelpers==0.6.4",
-                      "SQLAlchemy>=0.4.1",
+                      "SQLAlchemy>=0.5",
                       "AuthKit>=0.4.0",
                       "FormEncode>=1.2.1",
                       "mailer>=0.5"],