X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fsetup.py;h=2409e192db9c1366eb16f3ffc28b35b95e7d10be;hb=fda48525a7bab9e487e69264619ebdbabcd83ff2;hp=8564c8c1b37acf1f3fe68dc8440ec6aea2bed2fb;hpb=1d3a63cf9e3420674c97741c5d37724c2dfae0b3;p=ashd.git diff --git a/python/setup.py b/python/setup.py index 8564c8c..2409e19 100755 --- a/python/setup.py +++ b/python/setup.py @@ -6,11 +6,12 @@ htlib = Extension("ashd.htlib", ["htp.c"], libraries = ["ht"]) setup(name = "ashd-py", - version = "0.2", + version = "0.5", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com", url = "http://www.dolda2000.com/~fredrik/ashd/", ext_modules = [htlib], packages = ["ashd"], + scripts = ["ashd-wsgi", "scgi-wsgi", "serve-ssi", "htredir"], license = "GPL-3")