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

Commit 444603f

Browse files
committed
Move the note to the beginning of the description
1 parent 3086592 commit 444603f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@
5757
setup(
5858
name='adal',
5959
version=__version__,
60-
description=('The ADAL for Python library makes it easy for python ' +
60+
description=('Note: This library is already replaced by MSAL Python, ' +
61+
'available here: https://pypi.org/project/msal/ .' +
62+
'ADAL Python remains available here as a legacy. ' +
63+
'The ADAL for Python library makes it easy for python ' +
6164
'application to authenticate to Azure Active Directory ' +
62-
'(AAD) in order to access AAD protected web resources. ' +
63-
'(It is now SUPERSEDED by MSAL Python.)'),
65+
'(AAD) in order to access AAD protected web resources.'),
6466
license='MIT',
6567
author='Microsoft Corporation',
6668
author_email='[email protected]',

0 commit comments

Comments
 (0)