Add Python 3.6 version in setup.cfg

Tox has py36 env enabled but it isn't consistent with the setup.cfg.
To maintain consistency, this patch adds the entry for py36 in
setup.cfg metadata.

Change-Id: Ie3fd02d7c9d2f6e70a13baf24473a2c1d561a1fd
This commit is contained in:
whoami-rajat 2019-02-06 03:03:14 +05:30
parent 07ccb1d6b0
commit 7ad20622ce
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[global]
setup-hooks =