python: Updated setup.py with the renamed scripts.
[ashd.git] / python / setup.py
index e5c82d5..dd1655c 100755 (executable)
@@ -13,5 +13,5 @@ setup(name = "ashd-py",
       url = "http://www.dolda2000.com/~fredrik/ashd/",
       ext_modules = [htlib],
       packages = ["ashd"],
-      scripts = ["ashd-wsgi", "scgi-wsgi", "serve-ssi", "htredir"],
+      scripts = ["ashd-wsgi3", "scgi-wsgi3", "serve-ssi", "htredir"],
       license = "GPL-3")