From 98f7706f49c6e99f183b2af5360a0be811063605 Mon Sep 17 00:00:00 2001 From: Greedygre <1042945277@qq.com> Date: Thu, 31 Aug 2023 11:19:31 +0800 Subject: [PATCH] fix url --- src/containerapp/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 6ceb7620f69..c5f9950d97c 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -65,7 +65,7 @@ author='Microsoft Corporation', author_email='azpycli@microsoft.com', # TODO: consider pointing directly to your source code instead of the generic repo - url='https://github.com/Azure/azure-cli-extensions', + url='https://github.com/Azure/azure-cli-extensions/tree/main/src/containerapp', long_description=README + '\n\n' + HISTORY, license='MIT', classifiers=CLASSIFIERS,