Skip to content

Commit 46cf868

Browse files
committed
Remove badges from long description
1 parent 5c980c9 commit 46cf868

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
@@ -80,7 +80,7 @@ def find_meta(meta: str) -> str:
8080
VERSION = find_meta("version")
8181
URL = find_meta("url")
8282
LONG = (
83-
read("README.rst")
83+
read("README.rst").split(".. begin\n")[1]
8484
+ "\n\n"
8585
+ "Release Information\n"
8686
+ "===================\n\n"

0 commit comments

Comments
 (0)