Mercurial > sqlpython
diff 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 |
line wrap: on
line diff
--- a/setup.py Mon Sep 29 09:42:35 2008 -0400 +++ b/setup.py Mon Sep 29 13:27:41 2008 -0400 @@ -16,7 +16,7 @@ author_email="luca.canali@cern.ch", url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", packages=find_packages(), - py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter','output_templates','plothandler'], + #py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter','output_templates','plothandler'], include_package_data=True, install_requires=['pyparsing','cmd2>=0.3.7','cx_Oracle','genshi'], keywords = 'client oracle database',