From 56c4ba17942fb6374cfa6f31954f3fab9061a21b Mon Sep 17 00:00:00 2001 From: Almad Date: Wed, 24 Feb 2021 14:56:57 +0100 Subject: [PATCH] Warn against non-ascii in setup.cfg (#1041) --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index a2175f03..eda7a527 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,7 @@ +# Please keep all characters in this file in ASCII +# distutils uses system's locale to interpret it and not everybody +# uses UTF-8. See https://github.com/httpie/httpie/issues/1039 +# for an example [wheel]