From 434a000a3a788d86d0b3dcb2afa00b036d4cbcaf Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Sat, 23 Nov 2013 11:39:21 +0100 Subject: [PATCH] Fix setup.py encoding. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b58eba5..516613c 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# encoding: utf-8 from setuptools import setup import re import os