[Pywps-commits] r1013 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 15 09:53:51 CEST 2010
Author: jesus
Date: 2010-09-15 09:53:50 +0200 (Wed, 15 Sep 2010)
New Revision: 1013
Modified:
trunk/setup.py
Log:
Fix for the Execute/ but, install wasn't updated to the new execute package structure
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2010-09-07 09:46:57 UTC (rev 1012)
+++ trunk/setup.py 2010-09-15 07:53:50 UTC (rev 1013)
@@ -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