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.
This commit is contained in:
Hans-Christoph Steiner 2017-09-20 11:48:49 +02:00
parent faeecf0b07
commit 31e81e83da
2 changed files with 13 additions and 4 deletions

View file

@ -1,6 +1,3 @@
[metadata]
description-file = README.md
[aliases]
release = register sdist upload --sign