Mercurial > sqlpython
comparison setup.py @ 55:2fd2f54648ea
fixed multiline bug in default
author | catherine@cordelia |
---|---|
date | Wed, 02 Apr 2008 20:34:50 -0400 |
parents | bea930b41b58 |
children | dd1ab6a6d1dc |
comparison
equal
deleted
inserted
replaced
54:bea930b41b58 | 55:2fd2f54648ea |
---|---|
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 install_requires=['pyparsing','cmd2','cx_Oracle'], | 19 install_requires=['pyparsing','cmd2','cx_Oracle'], |
20 keywords = 'client oracle database', | 20 keywords = 'client oracle database', |
21 license = 'MIT', | 21 license = 'MIT', |
22 maintainer = 'Catherine Devlin', | |
23 maintainer_email = 'catherine.devlin@gmail.com', | |
24 platforms = ['any'], | 22 platforms = ['any'], |
25 entry_points = """ | 23 entry_points = """ |
26 [console_scripts] | 24 [console_scripts] |
27 sqlpython = mysqlpy:run""" | 25 sqlpython = mysqlpy:run""" |
28 ) | 26 ) |