comparison setup.py @ 108:8ae2ea30095d

had left pexpecter out of setup
author catherine@Elli.myhome.westell.com
date Mon, 09 Jun 2008 23:07:45 -0400
parents 4aa28dffe658
children d0e071e19c26
comparison
equal deleted inserted replaced
107:3b12b99b5b34 108:8ae2ea30095d
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.6", 12 version="1.4.6.1",
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'], 19 py_modules = ['mysqlpy','sqlpyPlus','sqlpython','pexpecter'],
20 include_package_data=True, 20 include_package_data=True,
21 install_requires=['pyparsing','cmd2>=0.3.3','cx_Oracle'], 21 install_requires=['pyparsing','cmd2>=0.3.3','cx_Oracle'],
22 keywords = 'client oracle database', 22 keywords = 'client oracle database',
23 license = 'MIT', 23 license = 'MIT',
24 platforms = ['any'], 24 platforms = ['any'],