summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-12-12 18:44:34 +0000
committerGerrit Code Review <review@openstack.org>2018-12-12 18:44:34 +0000
commit7f004ce03743e3e38b57cbac977df7fe363edd3b (patch)
tree283b0fe3eef4ff5125cbf6fc720b3761aa68f75c
parentff226aeef35c45c9ced4ab7d2335c950dfa1f2f3 (diff)
parent66e04a3deb87a02ba0a918f7651aa4cfb112b100 (diff)
downloadpython-saharaclient-7f004ce03743e3e38b57cbac977df7fe363edd3b.tar.gz
Merge "Add Python 3.6 classifier to setup.cfg"
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3520e76..785c5e0 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