From 5d59b275a021430d4e0d508ec9f56010f41c6ba1 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 25 Feb 2010 00:30:19 -0500 Subject: [PATCH] Update package metadata. --- AUTHORS | 4 ++++ setup.py | 16 ++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 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 diff --git a/setup.py b/setup.py index 72cad06..b4bb6d4 100755 --- 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 """, ) -- 2.45.2