Skip to content

Commit 8ff3aff

Browse files
committed
misc: Fix file name
1 parent a61174b commit 8ff3aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
try:
4-
with open("README.md") as f:
4+
with open("README.rst") as f:
55
long_description = f.read()
66
except OSError:
77
long_description = ""

0 commit comments

Comments
 (0)