X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.cfg;h=76d56324175cea11f160aedef988b361dda2b8b9;hp=c24448d39f3dc9256bea41670d6ffec8e59b13f3;hb=6678aeaaa0b57c4e9d640177b3de560c72d664c9;hpb=b33bea0e5a0068eda0f882ac46b9383d34037e6e diff --git a/setup.cfg b/setup.cfg index c24448d..76d5632 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,31 @@ [sdist] -formats = xztar,zip - +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