From 0c6d267e40d2493d3bf289bd995febb835fb12e0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 18 2015 11:09:50 +0000 Subject: Specify the encoding of the setup.py and give it a little space --- diff --git a/setup.py b/setup.py index d385800..80c476d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,8 @@ +# -*- coding: utf-8 -*- + from distutils.core import setup + + setup( name='libpagure', packages=['libpagure'],