X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=adc974ece8d3c27efe30eb7673257ea70b5a1daf;hb=refs%2Fheads%2Fpython2;hp=eb07e39c35c459f8749d6255fd5b4c50d24d2919;hpb=98ecc02e068d7108325210c9fd9f510ec7bae66c;p=pdm.git diff --git a/setup.py b/setup.py index eb07e39..adc974e 100755 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ -#!/usr/bin/python3 +#!/usr/bin/python from distutils.core import setup -setup(name = "pdm3", - version = "0.2", +setup(name = "pdm", + version = "0.3", description = "Python daemon management library", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",