Mercurial > sqlpython
changeset 99:f65de7b5051e
modules were missing from setup.py
author | catherine@localhost |
---|---|
date | Wed, 28 May 2008 09:23:57 -0400 |
parents | 2619e81c5772 |
children | 489c25782e0b |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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',