X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python%2Fsetup.py;h=3ffdcd842c4e7e6099852c670603913f2f6d22de;hp=2409e192db9c1366eb16f3ffc28b35b95e7d10be;hb=595adb9922885c2a05bc6917ee8f8f02f496e618;hpb=cd71c7f3b692849c5a1134310040dcdd8b87bbf8 diff --git a/python/setup.py b/python/setup.py index 2409e19..3ffdcd8 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.5", + version = "0.6", 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")