From a93561601aec3c0fbef303c39501f1a088882938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Mon, 21 Oct 2013 14:27:38 +0200 Subject: [PATCH] Changed encoding declaration style in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0eda40e..d92042c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# coding=utf-8 +# -*- coding: utf-8 -*- """Python packaging.""" import os from setuptools import setup