From 26cd8cc9e5ed76c54af3ba5f2f1853fd0c730162 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Thu, 6 Oct 2016 14:09:12 -0500 Subject: [PATCH] Correct craton's PyPI classifiers Craton doesn't support Python 2 so we need to remove the Python 2 related classifiers and be very explicit by adding `3 :: Only`. We also don't test on Python 3.3 so there's little reason to advertise that we support it. Change-Id: I1ddc6972bfd9d920d898d171d96fc1a6d5d20721 --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index d4033d4..409f822 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,11 +13,10 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages =