Mercurial > sqlpython
comparison setup.py @ 155:d504e9760dad
trying directory restructure for proper package
author | catherine@dellzilla |
---|---|
date | Mon, 29 Sep 2008 13:27:41 -0400 |
parents | 4680d0629b82 |
children | 4927f901a634 |
comparison
equal
deleted
inserted
replaced
154:4680d0629b82 | 155:d504e9760dad |
---|---|
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','plothandler'], | 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'], |