X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=e891ac83297b804b97e88ea999e8b6a96ec5ea59;hb=a46c7dcaa94bad3ecfabfc16ec6dc5d04ed86d5f;hp=e11f28ec5a9f0c43c83e53393d5be967c2c40ec5;hpb=3b644abeb62f0999de6d09e131a7f82c26165820;p=mpd-sima.git diff --git a/setup.py b/setup.py index e11f28e..e891ac8 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,8 @@ classifiers = [ "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", ] setup(name='MPD_sima', @@ -37,7 +39,7 @@ setup(name='MPD_sima', url='http://kaliko.me/code/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 +53,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