]> git.dolda2000.com Git - pdm.git/commitdiff
Re-enabled project URL.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 23 Dec 2011 06:16:30 +0000 (07:16 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 23 Dec 2011 06:16:30 +0000 (07:16 +0100)
setup.py

index 2d1048b7f85d6a558801258b05a7d6d104a1acc5..9fd505bd2605d34514993084b9d68aec7de707a8 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")