Fix setup.py encoding.

This commit is contained in:
Albert Cervera i Areny 2013-11-23 11:46:29 +01:00
parent 1a6f5f9cc9
commit cda6f2f9c4
1 changed files with 1 additions and 0 deletions

View File

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