From f8c38c1c58462a121d4aafc56baaa61708df5546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Wed, 11 May 2016 15:27:56 +0200 Subject: [PATCH] setup.py: utf-8 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 39f1fd96e..f0d657c79 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3.5 +# -*- coding: utf-8 -*- from setuptools import setup, find_packages import sys