X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=494aa6a880913ad13b90a3ef19a8a947f2acb69c;hb=af6e84c66350a7e833cfc0c0fb3d0d5678777e21;hp=20ab4e1f561934756718710cfe84f739e57f284e;hpb=14b0a281fe7e0a05c2cf2aa912c1008eafeba6a5;p=python-musicpd.git diff --git a/setup.py b/setup.py index 20ab4e1..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 @@ -42,7 +42,7 @@ setup( 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,