X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=9fd505bd2605d34514993084b9d68aec7de707a8;hb=b4cc75dc41c7b1a0a6e0c4fb5abf3ddeb8ba5ac9;hp=5245a5c9b24c0f5974f700bbafa55ff6d79c20b3;hpb=1bb46303ee44603cdbdcba9146f20559126f2e0e;p=pdm.git diff --git a/setup.py b/setup.py index 5245a5c..9fd505b 100755 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ from distutils.core import setup setup(name = "pdm", - version = "0.1", + version = "0.2", 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")