Skip to content

Commit 5f03a50

Browse files
fix: authors
1 parent 1a3eca3 commit 5f03a50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/notifications/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ def read_reqs(reqs_path: Path) -> set[str]:
2323

2424
NAME = "simcore-service-notifications"
2525
VERSION = (CURRENT_DIR / "VERSION").read_text().strip()
26-
AUTHORS = ("Andrei Neagu (GitHK)",)
26+
AUTHORS = (
27+
"Giancarlo Romeo (giancarloromeo)",
28+
"Andrei Neagu (GitHK)",
29+
)
2730
DESCRIPTION = "Service used for sending notifications to users via different channels"
2831

2932
PROD_REQUIREMENTS = tuple(

0 commit comments

Comments
 (0)