X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fsetup.py;h=2409e192db9c1366eb16f3ffc28b35b95e7d10be;hb=9e70ef793ddcf51edc0f6489eb6f70762380afc0;hp=e5c82d56bca6fd605cc17312efca69a1fce1138e;hpb=504e4fec7eb0b844e36a28da218e55c99e5d066b;p=ashd.git diff --git a/python/setup.py b/python/setup.py index e5c82d5..2409e19 100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/python from distutils.core import setup, Extension @@ -6,7 +6,7 @@ htlib = Extension("ashd.htlib", ["htp.c"], libraries = ["ht"]) setup(name = "ashd-py", - version = "0.4", + version = "0.5", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",