chiark / gitweb /
use pandoc to convert README.md to PyPI's reST format
authorHans-Christoph Steiner <hans@eds.org>
Wed, 20 Sep 2017 09:48:49 +0000 (11:48 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 25 Sep 2017 14:35:18 +0000 (16:35 +0200)
commit31e81e83da929a6f170a00e2e60b8e28e85bcd26
tree48d2b8131daa54dc77a0c0b889a01d7385157113
parentfaeecf0b07a8f99217b82cc87100e6327add55ef
use pandoc to convert README.md to PyPI's reST format

PyPI and Python packages expect the description to be in reST format, which
is a lot different than Markdown.  This does the conversion if pandoc is
installed.
setup.cfg
setup.py