AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
757 stars 192 forks source link

Update setup.cfg with documentation URL #539

Closed pamelafox closed 1 year ago

pamelafox commented 1 year ago

It'd be nice if pypi.org showed a link to the documentation. I think this is how it's specified, but all the docs these days show pyproject.toml, not setup.cfg, so I'm not positive.

See also https://github.com/rayluo/identity/pull/1

pamelafox commented 1 year ago

Sure, we can try extra links, didn't realize you can put anything.

rayluo commented 1 year ago

Sure, we can try extra links, didn't realize you can put anything.

I haven't tried that. But it seems feasible based on this doc.

I'll merge this in. And we will see the result in our next release.