From cee95fcd35b04f88db4c4b9c342452dcf69acf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 20 Dec 2011 23:34:20 +0100 Subject: Add utf8 file headers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1e83cf3..5d9e8c4 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- from distutils.core import setup -- cgit v1.2.3