diff options
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, } } |
