X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fsetup.py;h=ed6f192da3743fa41d313ec8a93bcc125ad812d1;hb=c329061e49e3e62619200dd4ef61f7c096337d72;hp=2409e192db9c1366eb16f3ffc28b35b95e7d10be;hpb=cd71c7f3b692849c5a1134310040dcdd8b87bbf8;p=ashd.git diff --git a/python/setup.py b/python/setup.py index 2409e19..ed6f192 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-wsgi", "scgi-wsgi", "htredir"], license = "GPL-3")