X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fsetup.py;h=ed6f192da3743fa41d313ec8a93bcc125ad812d1;hb=5f0c1cd631b9abcca90afe15cf129babba86f7f1;hp=19efdc0221d786e094f87166e63d31bc602f12e6;hpb=2d32a33cd845c860f1cbdc4ab26d369438ded43f;p=ashd.git diff --git a/python/setup.py b/python/setup.py index 19efdc0..ed6f192 100755 --- a/python/setup.py +++ b/python/setup.py @@ -6,12 +6,12 @@ htlib = Extension("ashd.htlib", ["htp.c"], libraries = ["ht"]) setup(name = "ashd-py", - version = "0.3", + 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"], + scripts = ["ashd-wsgi", "scgi-wsgi", "htredir"], license = "GPL-3")