Skip to content

Commit

Permalink
Python 2.7 syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
capkovic committed Apr 25, 2017
1 parent 1363ffa commit 4a30464
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 @@ -9,7 +9,7 @@
else:
version = "%d.%d.%d" % version_tuple[:3]

with open('./README.rst', encoding='utf-8') as f:
with open('./README.rst') as f:
readme = f.read()

setup(
Expand Down

0 comments on commit 4a30464

Please sign in to comment.