Mercurial > sqlpython
comparison setup.py @ 341:aa16fe026f01
working on gerald transition experiment
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Tue, 14 Apr 2009 16:12:33 -0400 |
parents | 001d01eeac90 |
children | c652478be4fd |
comparison
equal
deleted
inserted
replaced
340:001d01eeac90 | 341:aa16fe026f01 |
---|---|
15 author="Luca Canali", | 15 author="Luca Canali", |
16 author_email="luca.canali@cern.ch", | 16 author_email="luca.canali@cern.ch", |
17 url="http://packages.python.org/sqlpython", | 17 url="http://packages.python.org/sqlpython", |
18 packages=find_packages(), | 18 packages=find_packages(), |
19 include_package_data=True, | 19 include_package_data=True, |
20 install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy','gerald'], | 20 install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy',], |
21 keywords = 'client oracle database', | 21 keywords = 'client oracle database', |
22 license = 'MIT', | 22 license = 'MIT', |
23 platforms = ['any'], | 23 platforms = ['any'], |
24 entry_points = """ | 24 entry_points = """ |
25 [console_scripts] | 25 [console_scripts] |