X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=257c70cab0db4a03aff8b39e5e8c8cd4befd8db5;hb=30f5cb7f4149310ce5666bb3e49a7a723677c45e;hp=1eb8594c88dba035383ad957a26ffd310e64bdf9;hpb=f8814994349f84b9636c22e75c75e02511a8eb36;p=bluechips.git diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index 1eb8594..257c70c --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/python + try: from setuptools import setup, find_packages except ImportError: @@ -12,7 +14,8 @@ setup( 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"], + install_requires=["Pylons>=0.9.6", "SQLAlchemy>=0.4.1", "tw.forms>=0.9.1", + "AuthKit>=0.4.0"], setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"], packages=find_packages(exclude=['ez_setup']), include_package_data=True,