diff setup.py @ 85:b336d049cac7

bugs found during gcoug talk prep
author catherine@localhost
date Mon, 19 May 2008 16:45:24 -0400
parents e5054588bf9b
children 51e1fe3adf0e
line wrap: on
line diff
--- a/setup.py	Thu May 15 17:37:54 2008 -0400
+++ b/setup.py	Mon May 19 16:45:24 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(),
+      include_package_data=True,    
       install_requires=['pyparsing','cmd2','cx_Oracle'],
       keywords = 'client oracle database',
       license = 'MIT',