Skip to content
Merged
Changes from 1 commit
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
1 change: 1 addition & 0 deletions sdk/template/azure-template/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dynamic = ["version", "readme"]
[project.urls]
"Bug Reports" = "https://github.com/Azure/azure-sdk-for-python/issues"
"Source" = "https://github.com/Azure/azure-sdk-for-python"
repository = "https://github.com/Azure/azure-sdk-for-python"
Comment thread
scbedd marked this conversation as resolved.

[tool.setuptools.dynamic]
version = {attr = "azure.template._version.VERSION"}
Expand Down
Loading