From: kaliko Date: Sun, 24 Mar 2019 13:44:01 +0000 (+0100) Subject: Add python 3.7 to classifiers X-Git-Tag: 0.15.2~4 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;ds=sidebyside;h=69495ef9b6867b4fecf2026d883c52fdf1bbdb46;p=mpd-sima.git Add python 3.7 to classifiers --- diff --git a/setup.py b/setup.py index e891ac8..5ac5cfe 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ classifiers = [ "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", ] setup(name='MPD_sima',