From d4362ab855e3e1534b5d4bf357e0ae0f858e3b0d Mon Sep 17 00:00:00 2001 From: qingszhao Date: Thu, 29 Nov 2018 07:03:12 +0000 Subject: [PATCH] Add Python 3.6 classifier to setup.cfg Change-Id: I57233628a7bf7d49fd7cb1b87c25b96c37cdb015 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index fb19260..2fa1946 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,7 @@ classifiers = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 Environment :: OpenStack Development Status :: 3 - Alpha Framework :: Setuptools Plugin