Skip to content
Snippets Groups Projects
Commit 89855dcd authored by Jeremy Commins's avatar Jeremy Commins
Browse files

Updated setup.py for README.rst support instead of README.md.

parent 734d356f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ with open("sen2chain/__init__.py", encoding="utf-8") as f:
if line.startswith("__version__"):
version = line.split("=")[1].strip().strip("\"")
with open(path.join(here, "README.md"), encoding="utf-8") as f:
with open(path.join(here, "README.rst"), encoding="utf-8") as f:
long_description = f.read()
setup(
......
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