X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=setup.py;h=96a5d226cb7cccbaa8de1f3308ac62429d4f696f;hp=adc974ece8d3c27efe30eb7673257ea70b5a1daf;hb=38fac1fb15e1d32173edbef33b07f8fc7799ae02;hpb=4f2f6fd6108df7743c922600617f6a6770e26d78 diff --git a/setup.py b/setup.py index adc974e..96a5d22 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.3", description = "Python daemon management library", author = "Fredrik Tolf",