Skip to content
Snippets Groups Projects
Commit 4d46e1b5 authored by Jay's avatar Jay
Browse files

rst to md

parent 75366ede
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
#Grab the README.md for the long description
with open('README.rst', 'r') as f:
with open('README.md', 'r') as f:
long_description = f.read()
def setup_package():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment