Add python 3.7 classifier to setup.cfg

Change-Id: I6207b11defb4b9164b3213b5a43a868f1ae21f34
This commit is contained in:
pengyuesheng 2019-06-11 09:16:16 +08:00
parent d1d4087a3f
commit 2a1063e7d4
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ classifiers =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators