From 85b01330d98bab7b28882ff6796af8d20ee9805b Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
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 6e615e99e..5c8f377a6 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# -*- coding: latin1 -*-
+# -*- coding: utf-8 -*-
 
 from setuptools import setup, find_packages
 
-- 
GitLab