README: Convert to structured text

This is a preferred format of Python READMEs and also properly rendered
by github.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka
2017-07-17 22:38:02 +02:00
committed by Daniel Wagner
parent a96197716b
commit 4f5cd3ca5b
2 changed files with 14 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ __license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017'
HERE = path.abspath(path.dirname(__file__))
with open(path.join(HERE, 'README.md')) as f:
with open(path.join(HERE, 'README.rst')) as f:
LONG_DESCRIPTION = f.read()