X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=8e6246c70bdc9246e18cc8284dc671109127c7fd;hb=6b8c9ddcae39abc6e6c1e9859050b7a87fe19b84;hp=e11f28ec5a9f0c43c83e53393d5be967c2c40ec5;hpb=3b644abeb62f0999de6d09e131a7f82c26165820;p=mpd-sima.git diff --git a/setup.py b/setup.py index e11f28e..8e6246c 100755 --- a/setup.py +++ b/setup.py @@ -26,18 +26,18 @@ classifiers = [ "Topic :: Multimedia :: Sound/Audio", "Topic :: Utilities", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ] setup(name='MPD_sima', version=VERSION, download_url='http://media.kaliko.me/src/sima/releases/', - url='http://kaliko.me/code/mpd-sima', + url='https://kaliko.me/mpd-sima', description='Automagically add titles to MPD playlist', author=AUTHOR, - author_email= EMAIL, + author_email=EMAIL, license='GPLv3', keywords='MPD', long_description=DESCRIPTION, @@ -51,7 +51,7 @@ setup(name='MPD_sima', 'console_scripts': ['mpd-sima = sima.launch:main',] }, test_suite="tests", -) + ) # VIM MODLINE # vim: ai ts=4 sw=4 sts=4 expandtab