From: Fredrik Tolf Date: Fri, 23 Dec 2011 06:16:30 +0000 (+0100) Subject: Re-enabled project URL. X-Git-Tag: 0.2~10 X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=commitdiff_plain;h=6da1155c52905bf3432a9f48cbde350528232282 Re-enabled project URL. --- diff --git a/setup.py b/setup.py index 2d1048b..9fd505b 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name = "pdm", 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")