Re-enabled project URL.
[pdm.git] / setup.py
index 2d1048b..9fd505b 100755 (executable)
--- 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")