From c8301b0b38cae03a08ff8d11f0055f2353e86a41 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 2 Dec 2011 07:34:40 +0100 Subject: [PATCH] python: Gave the Python 3 package a distinguishing name. --- python3/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.11.0