From 8a429bd1c217b56641a943fbc719618e1516c988 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Wed, 5 Apr 2023 21:19:58 -0700 Subject: [PATCH] Update setup.cfg with documentation URL (#539) * Update setup.cfg * Update setup.cfg Co-authored-by: Ray Luo --------- Co-authored-by: Ray Luo --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 7e543541..013719f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,3 +4,6 @@ universal=1 [metadata] 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