]> git.dolda2000.com Git - pdm.git/commitdiff
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 7a559562aa5e0ab92ddf3b11cfed444cfc4ac9a2..06c6df7772acfcba5ca14ffc5ae0e6384fa717ad 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",