From ba05c122b29a0f68182b54df52cd814e2cac0f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Tue, 19 Feb 2019 13:11:47 +0200 Subject: [PATCH] Added encoding declaration to setup.cfg The combination of Python 2 and a non-UTF-8 locale requires this. Fixes #38. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 474df569..8a80ad11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,4 @@ +# coding: utf-8 [metadata] name = cbor2 description = Pure Python CBOR (de)serializer with extensive tag support