X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=adc974ece8d3c27efe30eb7673257ea70b5a1daf;hb=9e3c83b113c519d0073457ae0cfe80291bcda7e9;hp=2d1048b7f85d6a558801258b05a7d6d104a1acc5;hpb=71546ade89b8336ff9ba6c0c9d851d0bd23c1f31;p=pdm.git diff --git a/setup.py b/setup.py index 2d1048b..adc974e 100755 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ from distutils.core import setup setup(name = "pdm", - version = "0.2", + 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")