added a utf8 declaration to fix #1011 issue

This commit is contained in:
Sparrow.jang 2015-07-24 22:40:24 +08:00
parent cde8d7ba4c
commit 713ae4a957

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import sys
from setuptools import setup, find_packages