Skip to content

Commit b6fd7d8

Browse files
author
Andrei Neagu
committed
fixed service building
1 parent 22f69c9 commit b6fd7d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/notifications/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def read_reqs(reqs_path: Path) -> set[str]:
2525
VERSION = (CURRENT_DIR / "VERSION").read_text().strip()
2626
AUTHORS = ("Andrei Neagu (GitHK)",)
2727
DESCRIPTION = "Service for executing commands on docker nodes"
28-
README = (CURRENT_DIR / "README.md").read_text()
2928

3029
PROD_REQUIREMENTS = tuple(
3130
read_reqs(CURRENT_DIR / "requirements" / "_base.txt")
@@ -43,7 +42,6 @@ def read_reqs(reqs_path: Path) -> set[str]:
4342
"version": VERSION,
4443
"author": AUTHORS,
4544
"description": DESCRIPTION,
46-
"long_description": README,
4745
"license": "MIT license",
4846
"python_requires": "~=3.11",
4947
"packages": find_packages(where="src"),

0 commit comments

Comments
 (0)