From 66e04a3deb87a02ba0a918f7651aa4cfb112b100 Mon Sep 17 00:00:00 2001 From: qingszhao Date: Fri, 30 Nov 2018 07:24:08 +0000 Subject: [PATCH] Add Python 3.6 classifier to setup.cfg Change-Id: Ice24a75d1e31aaa72a4eb1caf3a8cbd1a36b12e1 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index afe081fd..e81446dc 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 = pbr.hooks.setup_hook