We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f9b68 commit 5371dadCopy full SHA for 5371dad
docs/README.md
setup.py
@@ -29,7 +29,7 @@ def load_requirements(path="requirements.txt"):
29
30
requirements = load_requirements()
31
32
-with open("docs/README.md", "r", encoding="utf-8") as fh:
+with open("README.md", "r", encoding="utf-8") as fh:
33
long_description = fh.read()
34
35
setup(
0 commit comments