diff --git a/convert_readme.sh b/convert_readme.sh old mode 100644 new mode 100755 index d0bfce9..4043fa9 --- a/convert_readme.sh +++ b/convert_readme.sh @@ -1 +1,7 @@ +#!/bin/sh + +# You will need pandoc to be installed for this to work correctly, as well as the PyPI packages docutils and pygments + +set -e pandoc --from=markdown --to=rst --output README.rst README.md +python setup.py check --restructuredtext --strict --metadata