comparison setup.py @ 154:4680d0629b82

before proper packaging
author catherine@dellzilla
date Mon, 29 Sep 2008 09:42:35 -0400
parents 802d8df993da
children d504e9760dad
comparison
equal deleted inserted replaced
153:ebdd20cfba69 154:4680d0629b82
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','completion','sqlpyPlus','sqlpython','pexpecter','output_templates'], 19 py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter','output_templates','plothandler'],
20 include_package_data=True, 20 include_package_data=True,
21 install_requires=['pyparsing','cmd2>=0.3.7','cx_Oracle','genshi'], 21 install_requires=['pyparsing','cmd2>=0.3.7','cx_Oracle','genshi'],
22 keywords = 'client oracle database', 22 keywords = 'client oracle database',
23 license = 'MIT', 23 license = 'MIT',
24 platforms = ['any'], 24 platforms = ['any'],