X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=494aa6a880913ad13b90a3ef19a8a947f2acb69c;hp=44f8ac0e973dbaaef50647d332a6c930b4043b2b;hb=ed08fb69e46350ead2bc7f078b0378c2227cdf11;hpb=7a8cd2d87ad2588c3cae11fe05fb9009460675fb diff --git a/setup.py b/setup.py index 44f8ac0..494aa6a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ CLASSIFIERS = [ ] LICENSE = """\ -Copyright (C) 2008 J. Alexander Treuman +Copyright (C) 2008-2010 J. Alexander Treuman This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,12 +37,12 @@ along with this program. If not, see .\ setup( name="python-mpd", - version="0.2.0", + version="0.2.1", description="Python MPD client library", long_description=DESCRIPTION, author="J. Alexander Treuman", author_email="jat@spatialrift.net", - url="http://www.musicpd.org/~jat/python-mpd/", + url="http://jatreuman.indefero.net/p/python-mpd/", download_url="http://pypi.python.org/pypi/python-mpd/", py_modules=["mpd"], classifiers=CLASSIFIERS,