From 1a8fa8c5b1bb76e10cf42129ef3f7450f145af68 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Thu, 10 Mar 2011 14:37:02 +0100 Subject: [PATCH] python: Install the accompanying scripts. --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 8564c8c..3bfde4b 100755 --- a/python/setup.py +++ b/python/setup.py @@ -13,4 +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"], license = "GPL-3") -- 2.11.0