From 188cd02daf85ef68a832deab4fcbf0daaf2d4573 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 30 Nov 2011 08:51:50 +0100 Subject: [PATCH] python: Updated setup.py with the renamed scripts. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index e5c82d5..dd1655c 100755 --- a/python/setup.py +++ b/python/setup.py @@ -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") -- 2.11.0