comparison setup.py @ 415:3a2db0db302f

must synch
author catherine@bothari
date Fri, 30 Oct 2009 19:45:23 -0400
parents 9c724e555c91
children fc3e99c9e3e5
comparison
equal deleted inserted replaced
414:c42d9619e715 415:3a2db0db302f
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.6','cx_Oracle>=5.0.2', 20 install_requires=['pyparsing','cmd2>=0.5.6',
21 'genshi>=0.5','sqlalchemy'], 21 'genshi>=0.5','sqlalchemy'],
22 extras_require = {
23 'oracle': ['cx_Oracle>=5.0.2'],
24 'postgres': ['psycopg2'],
25 },
22 keywords = 'client oracle database', 26 keywords = 'client oracle database',
23 license = 'MIT', 27 license = 'MIT',
24 platforms = ['any'], 28 platforms = ['any'],
25 entry_points = """ 29 entry_points = """
26 [console_scripts] 30 [console_scripts]