[Pywps-commits] r581 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 8 15:04:30 CEST 2008
Author: jachym
Date: 2008-09-08 15:04:29 +0200 (Mon, 08 Sep 2008)
New Revision: 581
Modified:
trunk/setup.py
Log:
typo
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2008-09-08 12:55:56 UTC (rev 580)
+++ trunk/setup.py 2008-09-08 13:04:29 UTC (rev 581)
@@ -35,7 +35,7 @@
# win or *nix
data_files= []
if sys.platform.find('linux')>-1:
- data_files= [('/etc/', ['pywps/etc/pywps.cfg']) ]]
+ data_files= [('/etc/', ['pywps/etc/pywps.cfg']) ]
setup(
name = 'pywps',
@@ -54,7 +54,7 @@
packages = [
'pywps',
- 'pywps.WPS',
+ 'pywps.Wps',
'pywps.etc',
'pywps.Parser',
'pywps.Process',
@@ -63,7 +63,7 @@
],
package_dir={
'pywps':"pywps",
- 'pywps.WPS':'pywps/WPS',
+ 'pywps.Wps':'pywps/Wps',
'pywps.Parser':'pywps/Parser',
'pywps.Process':'pywps/Process',
'pywps.Templates':'pywps/Templates',
More information about the Pywps-commits
mailing list