From 18fb1b2412c315f3b8998d43130d30672a11b841 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Mon, 1 Aug 2016 01:48:40 +0200
Subject: [PATCH] Add "Programming Language :: Python :: 3" to setup config
 file

TrivialFix

Change-Id: Ifd7a60d4cf25e7ec628ad6913803539b8edc83e8
---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index a9c44e7cb2..6ec432bb4d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,7 @@ classifier =
     Programming Language :: Python
     Programming Language :: Python :: 2
     Programming Language :: Python :: 2.7
+    Programming Language :: Python :: 3
     Programming Language :: Python :: 3.4
     Programming Language :: Python :: 3.5