comparison setup.py @ 146:d5917f02ae83

html output switched to genshi
author catherine@Elli.myhome.westell.com
date Thu, 25 Sep 2008 15:40:20 -0400
parents ddfab7bb9d94
children 3b1e25cc0e38
comparison
equal deleted inserted replaced
145:7e5105efa15d 146:d5917f02ae83
16 author_email="luca.canali@cern.ch", 16 author_email="luca.canali@cern.ch",
17 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", 17 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython",
18 packages=find_packages(), 18 packages=find_packages(),
19 py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter'], 19 py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter'],
20 include_package_data=True, 20 include_package_data=True,
21 install_requires=['pyparsing','cmd2>=0.3.6','cx_Oracle'], 21 install_requires=['pyparsing','cmd2>=0.3.6','cx_Oracle','genshi'],
22 keywords = 'client oracle database', 22 keywords = 'client oracle database',
23 license = 'MIT', 23 license = 'MIT',
24 platforms = ['any'], 24 platforms = ['any'],
25 entry_points = """ 25 entry_points = """
26 [console_scripts] 26 [console_scripts]