From 791ad086ea9af9c49f2e985988f43a1be5600414 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 27 Jul 2017 14:24:20 +0200 Subject: [PATCH] Fix typo in setup.cfg classifier Fix lowercase typo in setup.cfg classifier that makes Pypi upload fail with "400 Client Error: classifiers: 'programming Language :: python :: 3.5' is not a valid choice for this field" Change-Id: I6ad2fd32488e2f0abede6829b3131f9ba9bb53bd --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c585d98..fe826b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - programming Language :: python :: 3.5 + Programming Language :: Python :: 3.5 [files] packages =