]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
updating copyright years
[python-musicpd.git] / setup.py
index 44f8ac0e973dbaaef50647d332a6c930b4043b2b..494aa6a880913ad13b90a3ef19a8a947f2acb69c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ CLASSIFIERS = [
 ]
 
 LICENSE = """\
-Copyright (C) 2008  J. Alexander Treuman <jat@spatialrift.net>
+Copyright (C) 2008-2010  J. Alexander Treuman <jat@spatialrift.net>
 
 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 <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,