]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
setup.py: updating URL
[python-musicpd.git] / setup.py
index 44f8ac0e973dbaaef50647d332a6c930b4043b2b..c1818c5f137191080db95d3364145ecdba94a662 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -37,12 +37,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.\
 
 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,