Replace README with Markdown version

This commit is contained in:
Swen Kooij
2019-10-20 17:43:41 +03:00
parent 3bf7926c57
commit e6ce2da161
3 changed files with 60 additions and 409 deletions

View File

@@ -29,7 +29,7 @@ def create_command(text, commands):
with open(
os.path.join(os.path.dirname(__file__), "README.rst"), encoding="utf-8"
os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf-8"
) as readme:
README = readme.read()