Skip to content

Commit 70a5764

Browse files
authored
fix: breaking documentation build due to extentions change in README file (#30)
Update setup.py
1 parent dc8cae4 commit 70a5764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
ROOT_PATH = os.path.dirname(os.path.realpath(__file__))
1313
SOURCE_PATH = os.path.join(ROOT_PATH, 'source')
14-
README_PATH = os.path.join(ROOT_PATH, 'README.rst')
14+
README_PATH = os.path.join(ROOT_PATH, 'README.md')
1515

1616
# Read version from source.
1717
with open(

0 commit comments

Comments
 (0)