Mercurial > sqlpython
comparison setup.py @ 348:c652478be4fd
migrated \dt to gerald
author | catherine@cordelia |
---|---|
date | Fri, 24 Apr 2009 15:09:29 -0400 |
parents | aa16fe026f01 |
children |
comparison
equal
deleted
inserted
replaced
347:1c6e5410619e | 348:c652478be4fd |
---|---|
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',], | 20 install_requires=['pyparsing','cmd2>=0.5.2','genshi>=0.5','sqlalchemy','gerald'], |
21 keywords = 'client oracle database', | 21 extras_require = {'oracle': ['cx_Oracle'], |
22 'mysql': ['MySQL-python'], | |
23 'postgres': ['psycopg2']}, | |
24 keywords = 'client oracle database rdbms sql', | |
22 license = 'MIT', | 25 license = 'MIT', |
23 platforms = ['any'], | 26 platforms = ['any'], |
24 entry_points = """ | 27 entry_points = """ |
25 [console_scripts] | 28 [console_scripts] |
26 sqlpython = sqlpython.mysqlpy:run | 29 sqlpython = sqlpython.mysqlpy:run |