From: Fredrik Tolf Date: Fri, 2 Dec 2011 06:34:40 +0000 (+0100) Subject: python: Gave the Python 3 package a distinguishing name. X-Git-Tag: 0.10~18 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=c8301b0b38cae03a08ff8d11f0055f2353e86a41 python: Gave the Python 3 package a distinguishing name. --- 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",