From: Fredrik Tolf Date: Fri, 23 Dec 2011 06:16:49 +0000 (+0100) Subject: Merge branch 'master' into python3 X-Git-Url: http://dolda2000.com/gitweb/?p=pdm.git;a=commitdiff_plain;h=d7ad337ed6a9350932b83ed320c4ebd39621e355;hp=-c Merge branch 'master' into python3 Conflicts: setup.py --- d7ad337ed6a9350932b83ed320c4ebd39621e355 diff --combined setup.py index 06c6df7,9fd505b..eb07e39 --- a/setup.py +++ b/setup.py @@@ -1,13 -1,13 +1,13 @@@ -#!/usr/bin/python +#!/usr/bin/python3 from distutils.core import setup -setup(name = "pdm", +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")