comparison setup.py @ 126:d0e071e19c26

1.4.7
author catherine@localhost
date Wed, 30 Jul 2008 12:41:26 -0400
parents 8ae2ea30095d
children 5d3f0b9c01df
comparison
equal deleted inserted replaced
125:d43be8714a05 126:d0e071e19c26
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.1", 12 version="1.4.7",
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','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.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'],
25 entry_points = """ 25 entry_points = """
26 [console_scripts] 26 [console_scripts]