From 3cfb97e5ae930767f09c22402c3499c9bbb9eebd Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 15 Jul 2014 10:26:16 +0200 Subject: Add Python 3 support Change-Id: I65fabfc4788230b7280808ec912601c327095db0 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 7023d4e5..00c6904f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = -- cgit v1.2.1