From c1f72183e89af8d58a5441d37684e816897d414a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Bastian=20P=C3=B6ttner?= Date: Thu, 17 Jan 2019 21:35:31 +0100 Subject: [PATCH] Explicitly specified UTF-8 encoding for setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c04dde9..249241f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# coding: utf8 from setuptools import setup, find_packages