Skip to content
Snippets Groups Projects
Commit d4cdf9c3 authored by Christian Eichenberger's avatar Christian Eichenberger :badminton:
Browse files

Merge branch '95-markdown-instead-of-rst' into 'master'

#95 markdown instead of rst #80

Closes #95

See merge request flatland/flatland!205
parents 96b8f258 292549ec
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import sys ...@@ -8,7 +8,7 @@ import sys
from setuptools import setup, find_packages from setuptools import setup, find_packages
assert sys.version_info >= (3, 6) assert sys.version_info >= (3, 6)
with open('README.rst') as readme_file: with open('README.md') as readme_file:
readme = readme_file.read() readme = readme_file.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment