From 2d32a33cd845c860f1cbdc4ab26d369438ded43f Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 12 Apr 2011 09:30:38 +0200 Subject: [PATCH] python: Remember to install htredir as well. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 4fa00f5..19efdc0 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"], + scripts = ["ashd-wsgi", "scgi-wsgi", "serve-ssi", "htredir"], license = "GPL-3") -- 2.11.0