comparison setup.py @ 213:a3eeea9ee8cc 1.5.2

synched with cmd2 0.4.5
author catherine@Elli.myhome.westell.com
date Wed, 28 Jan 2009 13:13:15 -0500
parents 3ca2271847e2
children 411f78dc1e07
comparison
equal deleted inserted replaced
212:37936b3a50a0 213:a3eeea9ee8cc
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.5.1", 12 version="1.5.2",
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 include_package_data=True, 19 include_package_data=True,
20 install_requires=['pyparsing','cmd2>=0.4.4','cx_Oracle','genshi>=0.5'], 20 install_requires=['pyparsing','cmd2>=0.4.5','cx_Oracle','genshi>=0.5'],
21 keywords = 'client oracle database', 21 keywords = 'client oracle database',
22 license = 'MIT', 22 license = 'MIT',
23 platforms = ['any'], 23 platforms = ['any'],
24 entry_points = """ 24 entry_points = """
25 [console_scripts] 25 [console_scripts]