Merge "Add Python 3.6 classifier to setup.cfg"

This commit is contained in:
Zuul 2018-12-12 18:44:34 +00:00 committed by Gerrit Code Review
commit 7f004ce037
1 changed files with 1 additions and 0 deletions

View File

@ -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