X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=96a5d226cb7cccbaa8de1f3308ac62429d4f696f;hb=d14461c753bd6e14e8299500ecd195bd5f7923e0;hp=9fd505bd2605d34514993084b9d68aec7de707a8;hpb=6da1155c52905bf3432a9f48cbde350528232282;p=pdm.git diff --git a/setup.py b/setup.py index 9fd505b..96a5d22 100755 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup -setup(name = "pdm", - version = "0.2", +setup(name = "pdm3", + version = "0.3", description = "Python daemon management library", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",