From f14ab8025324be1889e41c9642965faf9000ba1b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 5 Mar 2026 21:32:15 +0900 Subject: internal/rosa: populate Anitya project ids This enables release monitoring for all applicable projects. Signed-off-by: Ophestra --- internal/rosa/python.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/rosa/python.go') diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 2adee576..683f37e8 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -68,6 +68,8 @@ func init() { Name: "python", Description: "the Python programming language interpreter", Website: "https://www.python.org/", + + ID: 13254, } } @@ -131,6 +133,8 @@ func init() { Name: "setuptools", Description: "the autotools of the Python ecosystem", Website: "https://pypi.org/project/setuptools/", + + ID: 4021, } } -- cgit v1.3.1