From bcb58fab3613c7965020ce8cb3dcf5b642b77cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 4 May 2017 17:44:55 +0200 Subject: [PATCH] Added Python 3.6 in the setup.py file. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f4cddf4..3fe965f 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( 'Operating System :: OS Independent', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' ] )