X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.cfg;h=dddaf5e25c9b70dfa669232675d63353568afbe2;hp=94f2f3917b44c6826470f6e092e947ba3a579d16;hb=fbd246c4d5f39513b24ac88b5fb19c0faa581f2f;hpb=50d138362c3ae54ff4d995e4479f8ce5182a3d0e diff --git a/setup.cfg b/setup.cfg index 94f2f39..dddaf5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,33 @@ +# SPDX-FileCopyrightText: 2012-2021 kaliko +# SPDX-License-Identifier: GPL-3.0-or-later [sdist] formats = gztar,zip - [metadata] +name = python-musicpd +description = An MPD (Music Player Daemon) client library written in pure Python. +version = attr: musicpd.VERSION +long_description = file: README.rst +long_description_content_type = text/x-rst +license = LGPLv3 license_file = LICENSE.txt +author = Kaliko Jack +author_email = kaliko@azylum.org +url = https://kaliko.me/python-musicpd/ +download_url = https://pypi.org/project/python-musicpd/ +keywords = mpd, Music Player Daemon +classifiers = + Development Status :: 5 - Production/Stable + Intended Audience :: Developers + License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) + Natural Language :: English + Operating System :: OS Independent + Programming Language :: Python :: 3 + Topic :: Software Development :: Libraries :: Python Modules + +[options] +python_requires = >=3.6 +py_modules = musicpd [bdist_wheel] universal = 0