From c4fa231df3b2f4996ad1b16cdab5d1dc01f98acc Mon Sep 17 00:00:00 2001 From: Christian Boos <cboos@edgewall.org> Date: Mon, 18 Feb 2013 20:58:43 +0100 Subject: [PATCH] setup: Emacs actually don't like UTF-8, prefers utf-8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52d8ed9..0aa2930 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- # coding: UTF-8 # # Copyright 2010-2012 The pygit2 contributors