Updating python language classifier in setup.cfg

1. What is the problem
Current python language classifier in setup.cfg doesn't support python 3.5

2. What is the solution to the problem
Adding python 3.5 support to classifier in setup.cfg

3. What the features need to be implemented to the Tricircle
N/A

Change-Id: I7e89db2638c0aa16e5cbebe116f03f438b246673
This commit is contained in:
Cao Xuan Hoang 2017-01-18 11:45:15 +07:00
parent 353ddf74de
commit 13c76277b7
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =