Skip to content

Commit

Permalink
add conversion note.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jan 16, 2019
1 parent 8ff1a11 commit 76512b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion peppy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19"
__version__ = "0.19.1"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ def get_static(name, condition=None):
try:
import pypandoc
long_description = pypandoc.convert_file('README.md', 'rst')
print("Pandoc conversion succeeded")
except(IOError, ImportError, OSError):
print("Warning: pandoc conversion failed!")
long_description = open('README.md').read()


Expand Down

0 comments on commit 76512b4

Please sign in to comment.