From aa6c99e8794bcfd7c2cfbcfac487e5ebab0da2dd Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Wed, 19 Feb 2014 01:47:24 +0100 Subject: Add Python 3 classifiers. This makes sure people know that the client is Python 3 compatible when browsing PyPI. Change-Id: Ie97a4de49bafc2184831ca25bc70d8af3c29d34f --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index b1d176c..f7daaf2 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