X-Git-Url: http://git.dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=setup.py;h=96a5d226cb7cccbaa8de1f3308ac62429d4f696f;hp=9fd505bd2605d34514993084b9d68aec7de707a8;hb=HEAD;hpb=6da1155c52905bf3432a9f48cbde350528232282 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",