From 6da1155c52905bf3432a9f48cbde350528232282 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 23 Dec 2011 07:16:30 +0100 Subject: [PATCH] Re-enabled project URL. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.11.0