Skip to content

Commit 8986e9c

Browse files
Replace README.rst with README.md in setup.py
Signed-off-by: Vladimir Diaz <[email protected]>
1 parent c02e479 commit 8986e9c

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
@@ -75,7 +75,7 @@
7575
from setuptools import find_packages
7676

7777

78-
with open('README.rst') as file_object:
78+
with open('README.md') as file_object:
7979
long_description = file_object.read()
8080

8181
setup(

0 commit comments

Comments
 (0)