Fix setup.py encoding.

This commit is contained in:
Albert Cervera i Areny 2013-11-23 11:39:52 +01:00
parent b3c8eff74c
commit 6ebd1f10c1

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
# encoding: utf-8
from setuptools import setup
import re
import os