Skip to content

Commit 473db84

Browse files
authored
fix typo in setup.py
1 parent da20696 commit 473db84

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
@@ -14,7 +14,7 @@
1414

1515
from setuptools import find_packages, setup
1616

17-
with open("README.md", "r") as fh:
17+
with open("README.rst", "r") as fh:
1818
long_description = fh.read()
1919

2020
setup(

0 commit comments

Comments
 (0)