Skip to content

Commit ed2067a

Browse files
authored
Patch azure-template back to green (Azure#43533)
* Update sdk/template/azure-template/pyproject.toml to use `repository` instead of `source`
1 parent 6ed4352 commit ed2067a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/template/azure-template/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dynamic = ["version", "readme"]
2929

3030
[project.urls]
3131
"Bug Reports" = "https://github.com/Azure/azure-sdk-for-python/issues"
32-
"Source" = "https://github.com/Azure/azure-sdk-for-python"
32+
repository = "https://github.com/Azure/azure-sdk-for-python"
3333

3434
[tool.setuptools.dynamic]
3535
version = {attr = "azure.template._version.VERSION"}

0 commit comments

Comments
 (0)