Skip to content

Commit 776463e

Browse files
committed
Fixing build
1 parent 30acca9 commit 776463e

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
@@ -6,7 +6,7 @@
66
version_str = ".".join(str(n) for n in __version__)
77

88

9-
with open("README.md", "r", encoding="utf-8") as fh:
9+
with open("README.rst", "r", encoding="utf-8") as fh:
1010
long_description = fh.read()
1111

1212

0 commit comments

Comments
 (0)