python: Install the accompanying scripts. py-0.2
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 10 Mar 2011 13:37:02 +0000 (14:37 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 10 Mar 2011 13:37:02 +0000 (14:37 +0100)
python/setup.py

index 8564c8c..3bfde4b 100755 (executable)
@@ -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")