X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=setup.py;h=96a5d226cb7cccbaa8de1f3308ac62429d4f696f;hp=2d1048b7f85d6a558801258b05a7d6d104a1acc5;hb=51c86362e0f20b1cb660b612f61f5f4e67b3cbd5;hpb=71546ade89b8336ff9ba6c0c9d851d0bd23c1f31 diff --git a/setup.py b/setup.py index 2d1048b..96a5d22 100755 --- a/setup.py +++ b/setup.py @@ -1,13 +1,13 @@ -#!/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", - # url = "http://www.dolda2000.com/~fredrik/pdm/", + url = "http://www.dolda2000.com/~fredrik/pdm/", packages = ["pdm"], scripts = ["pdm-repl"], license = "GPL-3")