X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=adc974ece8d3c27efe30eb7673257ea70b5a1daf;hb=refs%2Fheads%2Fpython2;hp=06c6df7772acfcba5ca14ffc5ae0e6384fa717ad;hpb=a57b99af8bbdffef6d0c0c089878bffb5f0c20db;p=pdm.git diff --git a/setup.py b/setup.py index 06c6df7..adc974e 100755 --- a/setup.py +++ b/setup.py @@ -1,13 +1,13 @@ -#!/usr/bin/python3 +#!/usr/bin/python from distutils.core import setup -setup(name = "pdm3", - version = "0.1", +setup(name = "pdm", + 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")