diff --git a/sdk/template/azure-template/pyproject.toml b/sdk/template/azure-template/pyproject.toml index 17ffeaf1418d..0fd2dd64f573 100644 --- a/sdk/template/azure-template/pyproject.toml +++ b/sdk/template/azure-template/pyproject.toml @@ -29,7 +29,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" [tool.setuptools.dynamic] version = {attr = "azure.template._version.VERSION"}