[Pywps-commits] r1012 - branches/pywps-foss4g2010

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 7 11:46:59 CEST 2010


Author: jachym
Date: 2010-09-07 11:46:57 +0200 (Tue, 07 Sep 2010)
New Revision: 1012

Modified:
   branches/pywps-foss4g2010/setup.py
Log:
setup.py fix

Modified: branches/pywps-foss4g2010/setup.py
===================================================================
--- branches/pywps-foss4g2010/setup.py	2010-09-06 09:27:14 UTC (rev 1011)
+++ branches/pywps-foss4g2010/setup.py	2010-09-07 09:46:57 UTC (rev 1012)
@@ -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