From 4b5686a10c3e1665eb98bd9c50248a4932afcdd9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 12 Oct 2016 12:10:55 -0500 Subject: [PATCH] Fix encoding in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c1e5f698..6fc3a766 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