]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - setup.py
Push a new alpha.
[bluechips.git] / setup.py
index ca9d521f79ce1787a4edad4f23e0b83c17528638..4d745754f724f098f238a74e0baf0afbb13dad7d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,21 +9,32 @@ except ImportError:
 
 setup(
     name='BlueChips',
-    version='',
+    version='1.0a3',
     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='',
-    install_requires=["Pylons>=0.9.6", "SQLAlchemy>=0.4.1", "tw.forms>=0.9.1"],
+    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",
+                      "AuthKit>=0.4.0",
+                      "FormEncode>=1.2.1",
+                      "mailer>=0.5"],
     setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
     test_suite='nose.collector',
-    package_data={'bluechips': ['i18n/*/LC_MESSAGES/*.mo']},
-    #message_extractors = {'bluechips': [
-    #        ('**.py', 'python', None),
-    #        ('templates/**.mako', 'mako', None),
-    #        ('public/**', 'ignore', None)]},
     zip_safe=False,
     paster_plugins=['PasteScript', 'Pylons'],
     entry_points="""