X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=setup.py;h=eb07e39c35c459f8749d6255fd5b4c50d24d2919;hp=9fd505bd2605d34514993084b9d68aec7de707a8;hb=d7ad337ed6a9350932b83ed320c4ebd39621e355;hpb=6da1155c52905bf3432a9f48cbde350528232282 diff --git a/setup.py b/setup.py index 9fd505b..eb07e39 100755 --- 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",