X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=blobdiff_plain;f=setup.py;h=eb07e39c35c459f8749d6255fd5b4c50d24d2919;hp=06c6df7772acfcba5ca14ffc5ae0e6384fa717ad;hb=d7ad337ed6a9350932b83ed320c4ebd39621e355;hpb=c58b1ad8cc6658ea46ed049f6909b4ce05906b57 diff --git a/setup.py b/setup.py index 06c6df7..eb07e39 100755 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ from distutils.core import setup setup(name = "pdm3", - 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")