X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=eb07e39c35c459f8749d6255fd5b4c50d24d2919;hb=578de289fa6936c1a6b21cc962b5a64d5a3a0e52;hp=7a559562aa5e0ab92ddf3b11cfed444cfc4ac9a2;hpb=864a9d46e7cc4a67bd244947b933baabc69c902f;p=pdm.git diff --git a/setup.py b/setup.py index 7a55956..eb07e39 100755 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ from distutils.core import setup -setup(name = "pdm", - version = "0.1", +setup(name = "pdm3", + 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")