Merge branch 'master' into python3
[pdm.git] / setup.py
index 9fd505b..eb07e39 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,8 +1,8 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 from distutils.core import setup
 
-setup(name = "pdm",
+setup(name = "pdm3",
       version = "0.2",
       description = "Python daemon management library",
       author = "Fredrik Tolf",