python: Gave the Python 3 package a distinguishing name.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 2 Dec 2011 06:34:40 +0000 (07:34 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 2 Dec 2011 06:34:40 +0000 (07:34 +0100)
python3/setup.py

index 4fdef01..f8924eb 100755 (executable)
@@ -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",