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