]> kaliko git repositories - mpd-sima.git/blobdiff - setup.py
Fixed code smell
[mpd-sima.git] / setup.py
index 5ac5cfe8d5dffa15595798311a24f62dde114457..8e6246c70bdc9246e18cc8284dc671109127c7fd 100755 (executable)
--- 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/code/mpd-sima',
+      url='https://kaliko.me/mpd-sima',
       description='Automagically add titles to MPD playlist',
       author=AUTHOR,
       author_email=EMAIL,