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