X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.cfg;h=295b2839c6dfb05eea4b5133751a6b13ad35dfb8;hp=5bbd5c42e61fd73a2ac509e046588f170c25f43d;hb=80fdad9f2cad5b3759351ab38bf32cad863cd3cb;hpb=57628d1d2e54b60c27ff5bcf60c6d17beeffc22c diff --git a/setup.cfg b/setup.cfg index 5bbd5c4..295b283 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ # SPDX-FileCopyrightText: 2012-2021 kaliko -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-3.0-or-later [sdist] formats = gztar,zip @@ -11,19 +11,19 @@ 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/' +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" + 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