X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=439ed78a4130a0eee5120b8693585f583cc10fb9;hb=878653a78893ffddccbf51eb2dfff938effb01df;hp=8241a4b907d5d36ca54909af3f097808d9a384c1;hpb=328d8ab76449eb0b045837bb5f79368af9df2fc1;p=mpd-sima.git diff --git a/setup.py b/setup.py index 8241a4b..439ed78 100755 --- a/setup.py +++ b/setup.py @@ -30,15 +30,17 @@ classifiers = [ "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", ] setup(name='MPD_sima', version=VERSION, download_url='http://media.kaliko.me/src/sima/releases/', - url='http://kaliko.me/code/mpd-sima', + url='http://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, @@ -52,7 +54,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