comparison 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
comparison
equal deleted inserted replaced
98:2619e81c5772 99:f65de7b5051e
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','sqlpyPlus','sqlpython'],
19 include_package_data=True, 20 include_package_data=True,
20 install_requires=['pyparsing','cmd2','cx_Oracle'], 21 install_requires=['pyparsing','cmd2','cx_Oracle'],
21 keywords = 'client oracle database', 22 keywords = 'client oracle database',
22 license = 'MIT', 23 license = 'MIT',
23 platforms = ['any'], 24 platforms = ['any'],