From: Fredrik Tolf Date: Thu, 10 Mar 2011 13:37:02 +0000 (+0100) Subject: python: Install the accompanying scripts. X-Git-Tag: py-0.2^0 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=1a8fa8c5b1bb76e10cf42129ef3f7450f145af68 python: Install the accompanying scripts. --- 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")