]> asedeno.scripts.mit.edu Git - bluechips.git/commitdiff
Update package metadata.
authorEvan Broder <broder@mit.edu>
Thu, 25 Feb 2010 05:30:19 +0000 (00:30 -0500)
committerEvan Broder <broder@mit.edu>
Thu, 25 Feb 2010 05:30:19 +0000 (00:30 -0500)
AUTHORS [new file with mode: 0644]
setup.py

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..107db5e
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,4 @@
+BlueChips was primarily written by Evan Broder.
+
+The following people have contributed substantial patches:
+  Scott Torborg
index 72cad06b950d8a1fe418141d75b50b27039c88b7..b4bb6d4778e643f7bb482690dc79343cbe45302e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -11,9 +11,20 @@ setup(
     name='BlueChips',
     version='1.0a1',
     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='',
+    url='http://github.com/ebroder/bluechips',
+    classifiers=[
+        'Development Status :: 3 - Alpha',
+        'Environment :: Web Environment',
+        'Framework :: Pylons',
+        'License :: OSI Approved :: GNU General Public License (GPL)',
+        'Natural Language :: English',
+        'Topic :: Home Automation',
+        'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
+        'Topic :: Office/Business :: Financial :: Accounting',
+        ],
     install_requires=["Pylons>=0.9.6",
                       "WebHelpers==0.6.4",
                       "SQLAlchemy>=0.4.1",
@@ -32,8 +43,5 @@ setup(
 
     [paste.app_install]
     main = pylons.util:PylonsInstaller
-    
-    [paste.filter_app_factory]
-    fakeauth = bluechips.lib.fake_auth:FakeAuth
     """,
 )