Mercurial > sqlpython
comparison setup.py @ 149:3b1e25cc0e38
html output now valid xhtml 1.0 strict
author | catherine@dellzilla |
---|---|
date | Fri, 26 Sep 2008 10:33:37 -0400 |
parents | d5917f02ae83 |
children | b00a020b81c6 |
comparison
equal
deleted
inserted
replaced
148:fcb19853cd94 | 149:3b1e25cc0e38 |
---|---|
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.8", | 12 version="1.4.9", |
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','completion','sqlpyPlus','sqlpython','pexpecter'], | 19 py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter','output_templates'], |
20 include_package_data=True, | 20 include_package_data=True, |
21 install_requires=['pyparsing','cmd2>=0.3.6','cx_Oracle','genshi'], | 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'], |