diff options
| author | Cyril Roelandt <cyril.roelandt@enovance.com> | 2014-02-19 01:47:24 +0100 |
|---|---|---|
| committer | Cyril Roelandt <cyril.roelandt@enovance.com> | 2014-02-19 01:47:24 +0100 |
| commit | aa6c99e8794bcfd7c2cfbcfac487e5ebab0da2dd (patch) | |
| tree | cd369a04b9aae96086d2de68f55c406e00c512a8 /setup.cfg | |
| parent | c67a60204d88b26475ba83cb4d4042b9e5b49e49 (diff) | |
| download | python-keystoneclient-aa6c99e8794bcfd7c2cfbcfac487e5ebab0da2dd.tar.gz | |
Add Python 3 classifiers.
This makes sure people know that the client is Python 3 compatible when
browsing PyPI.
Change-Id: Ie97a4de49bafc2184831ca25bc70d8af3c29d34f
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.3 [files] packages = |
