X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python3%2Fsetup.py;h=049f93a0763232034ac4f6620d4b2beaf1b84ad2;hb=2824afabef34b9bd0aa41644c7da1858d1532da8;hp=4fdef01b5e2b4aedc9856a0227c23a932f5ec6ea;hpb=173e0e9efec5ae690cc157fe238113fcd814895e;p=ashd.git diff --git a/python3/setup.py b/python3/setup.py index 4fdef01..049f93a 100755 --- a/python3/setup.py +++ b/python3/setup.py @@ -5,8 +5,8 @@ from distutils.core import setup, Extension htlib = Extension("ashd.htlib", ["htp.c"], libraries = ["ht"]) -setup(name = "ashd-py", - version = "0.4", +setup(name = "ashd-py3", + version = "0.5", description = "Python module for handling ashd requests", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",