From a50dcfce4e16f556ef00372cea32d66efa134a66 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 24 May 2016 09:52:15 +0100 Subject: [PATCH] Add Python 3.4 to the classifiers Change-Id: I908c692b1fdf4c2530de95d38070f4c6f13c4393 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index fafcfe8c1..e876fadea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,8 @@ classifiers = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators