Skip to content

Commit

Permalink
Problem in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Aug 7, 2017
1 parent b3a064a commit 53b8d66
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 @@ -14,7 +14,7 @@
break

with io.open('README.md', encoding='utf-8') as fp:
long_desc = fp.read().decode('utf-8')
long_desc = fp.read()
if pypandoc is not None:
try:
long_desc = pypandoc.convert(long_desc, "rst", "markdown_github")
Expand Down

0 comments on commit 53b8d66

Please sign in to comment.