[Pywps-commits] r1014 - branches/pywps-3.2-soap
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 15 09:54:26 CEST 2010
Author: jesus
Date: 2010-09-15 09:54:26 +0200 (Wed, 15 Sep 2010)
New Revision: 1014
Modified:
branches/pywps-3.2-soap/setup.py
Log:
Fix for the Execute/ but, install wasn't updated to the new execute package structure
Modified: branches/pywps-3.2-soap/setup.py
===================================================================
--- branches/pywps-3.2-soap/setup.py 2010-09-15 07:53:50 UTC (rev 1013)
+++ branches/pywps-3.2-soap/setup.py 2010-09-15 07:54:26 UTC (rev 1014)
@@ -55,6 +55,7 @@
packages = [
'pywps',
'pywps.Wps',
+ 'pywps.Wps.Execute',
'pywps.etc',
'pywps.Parser',
'pywps.Process',
@@ -65,6 +66,7 @@
package_dir={
'pywps':"pywps",
'pywps.Wps':'pywps/Wps',
+ 'pywps.Wps.Execute':'pywps/Wps/Execute',
'pywps.Parser':'pywps/Parser',
'pywps.Process':'pywps/Process',
'pywps.Templates':'pywps/Templates',
More information about the Pywps-commits
mailing list