We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0461a3 commit 9d2c5faCopy full SHA for 9d2c5fa
convert_readme.sh
100644
100755
@@ -1 +1,7 @@
1
+#!/bin/sh
2
+
3
+# You will need pandoc to be installed for this to work correctly, as well as the PyPI packages docutils and pygments
4
5
+set -e
6
pandoc --from=markdown --to=rst --output README.rst README.md
7
+python setup.py check --restructuredtext --strict --metadata
0 commit comments