From 96f105ca56e7f36e2a045e1f13d51ada5bc09ee3 Mon Sep 17 00:00:00 2001 From: Vieri <15050873171@163.com> Date: Tue, 27 Nov 2018 07:30:20 +0000 Subject: [PATCH] Add Python 3.6 classifier to setup.cfg Change-Id: I7b1482de468712411197ad7fc106f4526a42be5d --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4e66d80a..11778e1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 keywords = openstack nova hyper-v compute [files]