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 1a3eca3 commit 5f03a50Copy full SHA for 5f03a50
services/notifications/setup.py
@@ -23,7 +23,10 @@ def read_reqs(reqs_path: Path) -> set[str]:
23
24
NAME = "simcore-service-notifications"
25
VERSION = (CURRENT_DIR / "VERSION").read_text().strip()
26
-AUTHORS = ("Andrei Neagu (GitHK)",)
+AUTHORS = (
27
+ "Giancarlo Romeo (giancarloromeo)",
28
+ "Andrei Neagu (GitHK)",
29
+)
30
DESCRIPTION = "Service used for sending notifications to users via different channels"
31
32
PROD_REQUIREMENTS = tuple(
0 commit comments