Skip to content

Commit

Permalink
fix: missing unicode handling for #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Sprevak committed Jun 17, 2015
1 parent 21429b9 commit 9625a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup
from panzer.version import VERSION

with open('README.rst') as file:
with open('README.rst', 'r', encoding='utf8') as file:
readme_text = file.read()

setup(name='panzer',
Expand Down

0 comments on commit 9625a38

Please sign in to comment.