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