From c7448bc40b9245f9f94e9d956eec49f67e593228 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Thu, 2 Mar 2023 10:47:10 -0800 Subject: [PATCH 1/2] Update setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7e543541..8f6ad4d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,4 @@ universal=1 [metadata] project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-library-for-python/releases + Documentation = https://msal-python.readthedocs.io/ From 9f9693a04e5bac1d05c56b9da3afd77b02a88d14 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Thu, 2 Mar 2023 13:39:28 -0800 Subject: [PATCH 2/2] Update setup.cfg Co-authored-by: Ray Luo --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 8f6ad4d8..013719f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,3 +5,5 @@ universal=1 project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-library-for-python/releases Documentation = https://msal-python.readthedocs.io/ + Questions = https://stackoverflow.com/questions/tagged/msal+python + Feature/Bug Tracker = https://github.com/AzureAD/microsoft-authentication-library-for-python/issues