Skip to content
Snippets Groups Projects
Commit cae7edf3 authored by Keith Schulze's avatar Keith Schulze
Browse files

Fix extension for README

parent 28f51e81
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
from setuptools import setup from setuptools import setup
with open('README.rst') as readme_file: with open('README.md') as readme_file:
readme = readme_file.read() readme = readme_file.read()
with open('HISTORY.rst') as history_file: with open('HISTORY.rst') as history_file:
......
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