Add utf-8 BOM to please zest.releaser

Without that, it seems to crash.
This commit is contained in:
Jocelyn Delalande 2018-11-25 19:46:08 +01:00
parent b7d853e9d0
commit 1faf40ae8f

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
import codecs
import os
from setuptools import setup, find_packages