From 5348d5ddc095d34ced2888d070d99476c3901f31 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 30 Oct 2017 08:57:00 +0200 Subject: [PATCH] Update classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 06d35ae4a..24c571039 100755 --- a/setup.py +++ b/setup.py @@ -135,10 +135,13 @@ setup( 'License :: OSI Approved :: MIT License', 'Environment :: Console', 'Environment :: Web Environment', + 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: Implementation :: CPython', ], )