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