]> kaliko git repositories - mpd-sima.git/blobdiff - setup.py
Huge clean-up
[mpd-sima.git] / setup.py
index 036f85e22d643b5064712cff1c3bcca5f4b5b9f6..d30e674e42dfae570d3095edaccf7ea70b0273b6 100755 (executable)
--- 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