comparison setup.py @ 300:154c2e44abce

changed project homepage to doc page
author catherine@dellzilla
date Tue, 24 Mar 2009 16:21:16 -0400
parents 569cba4da162
children 22fc9a350eaa
comparison
equal deleted inserted replaced
299:a8ac8c1b90cb 300:154c2e44abce
12 version="1.6.2", 12 version="1.6.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="http://packages.python.org/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.5.0','cx_Oracle','genshi>=0.5'], 20 install_requires=['pyparsing','cmd2>=0.5.0','cx_Oracle','genshi>=0.5'],
21 keywords = 'client oracle database', 21 keywords = 'client oracle database',
22 license = 'MIT', 22 license = 'MIT',