From 0cca514af2de858535518df69ed756ce038f9715 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Mon, 6 Jun 2016 15:33:56 -0700 Subject: [PATCH] Add python 3 classifiers Add the python 3 classifiers to bindep. Change-Id: Ifb2e41cb3bab556ed8d4a28e7d0a41eb3496506e Depends-On: I8d4f19cfc4255f1effbad00c557f889c5c386514 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 3849d0d..af355e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,8 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.4 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Software Development :: Testing