X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=setup.py;h=d30e674e42dfae570d3095edaccf7ea70b0273b6;hb=fdd65e5d0d519145712206b594442d553ae84c86;hp=036f85e22d643b5064712cff1c3bcca5f4b5b9f6;hpb=4f1b17d6b72946b60f79b8c3f5fa5557710b9aac;p=mpd-sima.git diff --git a/setup.py b/setup.py index 036f85e..d30e674 100755 --- a/setup.py +++ b/setup.py @@ -26,6 +26,9 @@ 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", ] setup(name='MPD_sima', @@ -47,6 +50,7 @@ setup(name='MPD_sima', entry_points={ 'console_scripts': ['mpd-sima = sima.launch:main',] }, + test_suite="tests", ) # VIM MODLINE