Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Move the note to the beginning of the description
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed May 13, 2020
1 parent 3086592 commit 444603f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
setup(
name='adal',
version=__version__,
description=('The ADAL for Python library makes it easy for python ' +
description=('Note: This library is already replaced by MSAL Python, ' +
'available here: https://pypi.org/project/msal/ .' +
'ADAL Python remains available here as a legacy. ' +
'The ADAL for Python library makes it easy for python ' +
'application to authenticate to Azure Active Directory ' +
'(AAD) in order to access AAD protected web resources. ' +
'(It is now SUPERSEDED by MSAL Python.)'),
'(AAD) in order to access AAD protected web resources.'),
license='MIT',
author='Microsoft Corporation',
author_email='nugetaad@microsoft.com',
Expand Down

0 comments on commit 444603f

Please sign in to comment.