Skip to content
Closed
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
8 changes: 5 additions & 3 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -34075,17 +34075,20 @@
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
],
"description_content_type": "text/plain",
"extensions": {
"python.details": {
"contacts": [
{
"email": "Microsoft <iotupx@microsoft.com>",
"email": "iotupx@microsoft.com",
"name": "Microsoft",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/azure/azure-iot-ops-cli-extension"
}
}
},
Expand All @@ -34095,7 +34098,6 @@
"license_file": "LICENSE",
"metadata_version": "2.0",
"name": "azure-iot-ops",
"project_url": "homepage, https://github.com/azure/azure-iot-ops-cli-extension",
Copy link
Copy Markdown
Contributor

@bebound bebound Nov 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is from the new format. We should make the script compatible with new format instead of manually changing it to old format.

https://github.com/Azure/azure-iot-ops-cli-extension/blob/c8a124bfcaddfc3926013c7c3b259e28ebc31f6a/pyproject.toml#L41-L42

Ref: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls

"requires_python": ">=3.9",
"run_requires": [
{
Expand Down
Loading