From 8f81f70b17178142602080755e45ca56a3f74802 Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Thu, 11 May 2017 10:01:22 +0100 Subject: [PATCH] Make convert_readme.sh script check the output --- convert_readme.sh | 6 ++++++ 1 file changed, 6 insertions(+) mode change 100644 => 100755 convert_readme.sh 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