diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:32:15 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:32:15 +0900 |
| commit | f14ab8025324be1889e41c9642965faf9000ba1b (patch) | |
| tree | b9d7eb7bd58fc9fe70344a5500913c1b7c62c930 /internal/rosa/python.go | |
| parent | 9989881dd9bc153140d9da13bf12f09c5d5a7d5c (diff) | |
internal/rosa: populate Anitya project ids
This enables release monitoring for all applicable projects.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/python.go')
| -rw-r--r-- | internal/rosa/python.go | 4 |
1 files changed, 4 insertions, 0 deletions
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, } } |
