Give the Python3 package a differentiating name.
[pdm.git] / 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",