diff options
author | zheng yin <yin.zheng@easystack.cn> | 2016-07-12 04:24:38 +0800 |
---|---|---|
committer | zheng yin <yin.zheng@easystack.cn> | 2016-08-05 16:25:02 +0800 |
commit | 45d85eb3e3875697ceb47ce39e351c1836a3514c (patch) | |
tree | 08dc27aac96bb710df5536091b7e0ac0e3d77179 /setup.cfg | |
parent | 9c0319693587bcb5e52e3d3c7db622beaf14ae24 (diff) | |
download | python-keystoneclient-45d85eb3e3875697ceb47ce39e351c1836a3514c.tar.gz |
Add Python 3.5 classifier
Now that there is a passing gate job, we can claim support for Python 3.5
in the classifier.
Change-Id: I87c7cd72cdddad4165e1a0b24aec94fbbc61acce
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages = |