Dolda2000 GitWeb
/
pdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71546ad
)
Re-enabled project URL.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 23 Dec 2011 06:16:30 +0000
(07:16 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 23 Dec 2011 06:16:30 +0000
(07:16 +0100)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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")