]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
setup.py: updating URL
[python-musicpd.git] / setup.py
index 672fcc49b18a31cf334f2ca75c3cba8eb3115249..c1818c5f137191080db95d3364145ecdba94a662 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -37,18 +37,18 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.\
 
 setup(
     name="python-mpd",
-    version="0.1.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,
-    license=LICENSE,
+    #license=LICENSE,
     keywords=["mpd"],
-    platforms=["Independant"],
+    #platforms=["Independant"],
 )