Add Python 3.6 classifier to setup.cfg

Change-Id: I2bc6b4832eb1313c36aac8516a3dffcdb7a4b7c8
This commit is contained in:
Bob Haddleton 2018-09-21 08:35:54 -05:00 committed by Renat Akhmerov
parent 70d2beac39
commit e0522a33db
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.5
Programming Language :: Python :: 3.6
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators