From 79287d9f5fcf9f8c825bdaf8dc020b8ec882f506 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 9 Oct 2016 16:05:31 -0500 Subject: [PATCH] Declare utf-8 encoding in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92c36d0..5c4b0a2 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# -*- coding: latin1 -*- +# -*- coding: utf-8 -*- from setuptools import setup -- GitLab