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 22f69c9 commit b6fd7d8Copy full SHA for b6fd7d8
services/notifications/setup.py
@@ -25,7 +25,6 @@ def read_reqs(reqs_path: Path) -> set[str]:
25
VERSION = (CURRENT_DIR / "VERSION").read_text().strip()
26
AUTHORS = ("Andrei Neagu (GitHK)",)
27
DESCRIPTION = "Service for executing commands on docker nodes"
28
-README = (CURRENT_DIR / "README.md").read_text()
29
30
PROD_REQUIREMENTS = tuple(
31
read_reqs(CURRENT_DIR / "requirements" / "_base.txt")
@@ -43,7 +42,6 @@ def read_reqs(reqs_path: Path) -> set[str]:
43
42
"version": VERSION,
44
"author": AUTHORS,
45
"description": DESCRIPTION,
46
- "long_description": README,
47
"license": "MIT license",
48
"python_requires": "~=3.11",
49
"packages": find_packages(where="src"),
0 commit comments