Add Py35 to setup.cfg

monasca-log-api is Py35 compatible. Add that information
to the setup.cfg to let pypi know about it.

It also finalizes completing the goal for Pike release
about Py35 support [1].

Refs:
[1]: https://governance.openstack.org/tc/goals/pike/python35.html

Change-Id: I7f46ad9a100161c482507689917644d9348d2f7a
This commit is contained in:
Tomasz Trębski 2017-06-30 08:21:49 +02:00
parent 7258d0b23f
commit 9689aa51f4
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[global]
setup-hooks =