Add Python 3.6 classifier to setup.cfg

Change-Id: Ice24a75d1e31aaa72a4eb1caf3a8cbd1a36b12e1
This commit is contained in:
qingszhao 2018-11-30 07:24:08 +00:00
parent 5b427d8774
commit 66e04a3deb
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