X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=507050fb86e8e4c265c16eddec1cacd541aaca39;hb=7913aeb910773fcc577d973c743ec4a1f09eb914;hp=672fcc49b18a31cf334f2ca75c3cba8eb3115249;hpb=0a2bc970f75e7963af0da849e2467ede64c79b91;p=python-musicpd.git diff --git a/setup.py b/setup.py index 672fcc4..507050f 100644 --- a/setup.py +++ b/setup.py @@ -18,37 +18,37 @@ 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 +python-mpd is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -This program is distributed in the hope that it will be useful, +python-mpd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +GNU Lesser General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program. If not, see .\ +You should have received a copy of the GNU Lesser General Public License +along with python-mpd. If not, see .\ """ 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"], )