From 1faf40ae8fbb333b8a3f4431b9e73c0544d0a236 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sun, 25 Nov 2018 19:46:08 +0100 Subject: [PATCH] Add utf-8 BOM to please zest.releaser Without that, it seems to crash. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 974a70f7..f154a785 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- import codecs import os from setuptools import setup, find_packages