Skip to content

Commit b0ef832

Browse files
committed
fixed setup.py
1 parent a5bb539 commit b0ef832

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
@@ -7,7 +7,7 @@
77
with open("README.md") as readme_file:
88
readme = readme_file.read()
99

10-
with open("HISTORY.rst") as history_file:
10+
with open("HISTORY.md") as history_file:
1111
history = history_file.read()
1212

1313
with open("requirements.txt") as requirements_file:

0 commit comments

Comments
 (0)