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