From a5b78f6268ccf97db91b679e6472f9518fa4fb57 Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Mon, 1 Jun 2026 17:40:34 +0200 Subject: [PATCH] catalog: update pypi metadata and indicators --- quality-tools/pypi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quality-tools/pypi.json b/quality-tools/pypi.json index 2dd22cbf..70ffb757 100644 --- a/quality-tools/pypi.json +++ b/quality-tools/pypi.json @@ -3,7 +3,7 @@ "@id": "https://w3id.org/everse/tools/pypi", "@type": "schema:SoftwareApplication", "name": "pypi", - "description": "The Python Package Index (PyPI) is the official third-party software repository for software for the Python programming language and helps find and install software developed and shared by the Python community. ", + "description": "The Python Package Index (PyPI) is the official third-party software repository for software for the Python programming language and helps find and install software developed and shared by the Python community.", "url": "https://pypi.org/", "isAccessibleForFree": true, "applicationCategory": [ @@ -32,6 +32,10 @@ { "@id": "https://w3id.org/everse/i/indicators/has_published_package", "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/listed_in_registry", + "@type": "@id" } ] }