Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion quality-tools/pypi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
}
]
}
Loading