Mercurial > sqlpython
diff setup.py @ 99:f65de7b5051e
modules were missing from setup.py
author | catherine@localhost |
---|---|
date | Wed, 28 May 2008 09:23:57 -0400 |
parents | 51e1fe3adf0e |
children | 489c25782e0b |
line wrap: on
line diff
--- a/setup.py Wed May 28 09:14:43 2008 -0400 +++ b/setup.py Wed May 28 09:23:57 2008 -0400 @@ -16,6 +16,7 @@ author_email="luca.canali@cern.ch", url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", packages=find_packages(), + py_modules = ['mysqlpy','sqlpyPlus','sqlpython'], include_package_data=True, install_requires=['pyparsing','cmd2','cx_Oracle'], keywords = 'client oracle database',