Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
pypi: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 28, 2017
1 parent 83dc3d0 commit 9e4a042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
try:
import pypandoc
LONG_DESC = pypandoc.convert("README.md", "rst")
except(IOError, ImportError):
except(IOError, ImportError, RuntimeError):
LONG_DESC = open('README.md').read()


Expand Down

0 comments on commit 9e4a042

Please sign in to comment.