Skip to content

Commit 41f3570

Browse files
committed
Fixed setup.py README reference
1 parent efb33f2 commit 41f3570

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
@@ -5,7 +5,7 @@
55
from setuptools import find_packages
66
from setuptools import setup
77

8-
with open("README.rst") as readme_file:
8+
with open("README.md") as readme_file:
99
readme = readme_file.read()
1010

1111
requirements = [

0 commit comments

Comments
 (0)