Skip to content

Commit 6b162da

Browse files
authored
Merge pull request #626 from micwoj92/patch-1
Remove newlines from description / Fix summary.
2 parents f006ca1 + 56bdab9 commit 6b162da

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ universal=1
66
[metadata]
77
name = msal
88
version = attr: msal.__version__
9-
description =
10-
The Microsoft Authentication Library (MSAL) for Python library
11-
enables your app to access the Microsoft Cloud
12-
by supporting authentication of users with
13-
Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA)
14-
using industry standard OAuth2 and OpenID Connect.
9+
description = The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.
1510
long_description = file: README.md
1611
long_description_content_type = text/markdown
1712
license = MIT

0 commit comments

Comments
 (0)