Skip to content

Commit

Permalink
Attempt to fix Windows builds for PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Sep 24, 2016
1 parent ef83bfc commit 6c71613
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 @@ -21,7 +21,7 @@
here = path.abspath(path.dirname(__file__))

# Get the long description from the relevant file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(path.join(here, 'README.rst'), "rt") as f:
long_description = f.read()

setup(
Expand Down

0 comments on commit 6c71613

Please sign in to comment.