Skip to content

Commit f697431

Browse files
committed
Catch all exceptions for long_description
1 parent c329087 commit f697431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def read_md(f):
3939
return convert(f, 'rst')
4040

4141
# read_md = lambda f: convert(f, 'rst')
42-
except ImportError:
42+
except:
4343
print('warning: pypandoc module not found, '
4444
'could not convert Markdown to RST')
4545

0 commit comments

Comments
 (0)