From cda6f2f9c440075c068942115c760e950b2b453c Mon Sep 17 00:00:00 2001 From: Albert Cervera i Areny Date: Sat, 23 Nov 2013 11:46:29 +0100 Subject: [PATCH] Fix setup.py encoding. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cb90597..21c9873 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