From 3a5d1dd20e3803be0dbf7acac64037a7aac2e4d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Wed, 13 Nov 2019 22:52:14 +0100 Subject: [PATCH] Add encoding information (PEP 263) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index aa7910d..d84e434 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + import os from distutils.command.build import build -- GitLab