From 8a4228146899534f906f8e10ec9040ab3f1ee970 Mon Sep 17 00:00:00 2001 From: qingszhao Date: Fri, 30 Nov 2018 07:31:51 +0000 Subject: [PATCH] Add Python 3.6 classifier to setup.cfg Change-Id: If3b2cdcd009136286d68fe07b14e06261b3069a0 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ddb64a07..531458fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [global] setup-hooks =