From dcdc6f7f6d2f27c8da1beec39c2593bdba706748 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 19 Apr 2026 22:32:12 +0900 Subject: internal/rosa/python: trove-classifiers artifact Required by hatchling. Signed-off-by: Ophestra --- internal/rosa/python.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'internal/rosa/python.go') diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 842efd44..e9965772 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -354,6 +354,22 @@ func init() { ) } +func init() { + const ( + version = "2026.1.14.14" + checksum = "ADfyOvGq7wfOhW10xTVvTmcuY7ZXw8Xlqhz7AM6KULOEm42rpk_45hfcO2PgxOIe" + ) + artifactsM[PythonTroveClassifiers] = newPythonPackage( + "trove-classifiers", 88298, + "canonical source for classifiers on PyPI", + "https://pypi.org/p/trove-classifiers/", + version, newFromGitHub( + "pypa/trove-classifiers", + version, checksum, + ), nil, nil, P{PythonSetuptools}, + ) +} + func init() { const ( version = "1.6.0" -- cgit v1.3.1