Give the Python3 package a differentiating name. 0.1
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 23 Dec 2011 05:36:23 +0000 (06:36 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 23 Dec 2011 05:36:23 +0000 (06:36 +0100)
setup.py

index 7a55956..06c6df7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 
 from distutils.core import setup
 
-setup(name = "pdm",
+setup(name = "pdm3",
       version = "0.1",
       description = "Python daemon management library",
       author = "Fredrik Tolf",