From 372fce3a1d0aafa6ff70570c5d039b07801081e3 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 10 Aug 2018 11:16:02 +0200 Subject: [PATCH] Add Python3 support to Trove Change-Id: I377e6e5c870976fa3fbc883caac390bd2f7ba913 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index e63df42d..084853b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,8 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 [build_sphinx] all_files = 1