comparison setup.py @ 135:4c59f4a8b680

wrestling with multi table names in from clause
author catherine@Elli.myhome.westell.com
date Thu, 28 Aug 2008 07:53:44 -0400
parents 5d3f0b9c01df
children ddfab7bb9d94 4a639619814a
comparison
equal deleted inserted replaced
134:b532bc8430a6 135:4c59f4a8b680
7 Programming Language :: SQL 7 Programming Language :: SQL
8 Topic :: Database :: Front-Ends 8 Topic :: Database :: Front-Ends
9 Operating System :: OS Independent""".splitlines() 9 Operating System :: OS Independent""".splitlines()
10 10
11 setup(name="sqlpython", 11 setup(name="sqlpython",
12 version="1.4.7.1", 12 version="1.4.8",
13 description="Command-line interface to Oracle", 13 description="Command-line interface to Oracle",
14 long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", 14 long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
15 author="Luca Canali", 15 author="Luca Canali",
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','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.5','cx_Oracle'], 21 install_requires=['pyparsing','cmd2>=0.3.5','cx_Oracle'],
22 keywords = 'client oracle database', 22 keywords = 'client oracle database',
23 license = 'MIT', 23 license = 'MIT',
24 platforms = ['any'], 24 platforms = ['any'],