X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=8e6246c70bdc9246e18cc8284dc671109127c7fd;hb=e703692c1f6f2cbac143c19dac2fb5800be8b6ea;hp=439ed78a4130a0eee5120b8693585f583cc10fb9;hpb=878653a78893ffddccbf51eb2dfff938effb01df;p=mpd-sima.git diff --git a/setup.py b/setup.py index 439ed78..8e6246c 100755 --- a/setup.py +++ b/setup.py @@ -26,18 +26,15 @@ 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.5", "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/mpd-sima', + url='https://kaliko.me/mpd-sima', description='Automagically add titles to MPD playlist', author=AUTHOR, author_email=EMAIL,