X-Git-Url: http://git.kaliko.me/?p=mpd-goodies.git;a=blobdiff_plain;f=setup.cfg;fp=setup.cfg;h=d71126083d232f580bef4e0741343b1dd4a59916;hp=0000000000000000000000000000000000000000;hb=3b6737cd15bf7dab6595cdaade2bf4b3a1f530a5;hpb=ec7480efdd506097843e12353a43e1e4a0e43645 diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..d711260 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,33 @@ +[metadata] +author = 'kaliko', +author_email = 'kaliko@azylum.org', +name = mpd-goodies +version = 0.1.0 +description = A Collection of goodies for MPD Music Player +download_url = 'http://git.kaliko.me/?p=mpd-goodies.git' +url = 'http://kaliko.me/code/mpd-goodies' +long_description = file: README.md +keywords = MPD +license = GPLv3 +classifiers = + Development Status :: 5 - Production/Stable + Environment :: Console + Environment :: No Input/Output (Daemon) + Intended Audience :: End Users/Desktop + License :: OSI Approved :: GNU General Public License (GPL) + Operating System :: POSIX + Topic :: Multimedia :: Sound/Audio + Topic :: Utilities + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 + +[options] +install_requires = python-musicpd + +[sdist] +formats=gztar,zip + +[bdist_wheel] +universal = 0