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 5c980c9 commit 46cf868Copy full SHA for 46cf868
1 file changed
setup.py
@@ -80,7 +80,7 @@ def find_meta(meta: str) -> str:
80
VERSION = find_meta("version")
81
URL = find_meta("url")
82
LONG = (
83
- read("README.rst")
+ read("README.rst").split(".. begin\n")[1]
84
+ "\n\n"
85
+ "Release Information\n"
86
+ "===================\n\n"
0 commit comments