Skip to content

Commit

Permalink
SO glad I tested this...
Browse files Browse the repository at this point in the history
  • Loading branch information
hjc committed Jul 18, 2016
1 parent bb241e4 commit 64e98ff
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 @@ -8,7 +8,7 @@ def read(fname):
try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except (IOError, ImportError. OSError):
except (IOError, ImportError, OSError):
long_description = read('README.md')

setup(
Expand Down

0 comments on commit 64e98ff

Please sign in to comment.