Skip to content

Commit cda2b7c

Browse files
committed
MSAL Extensions Python 0.4.0
Add description that will be displayed on PyPI
1 parent c98bcba commit cda2b7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

msal_extensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Provides auxiliary functionality to the `msal` package."""
2-
__version__ = "0.3.1"
2+
__version__ = "0.4.0"
33

44
import sys
55

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ project_urls = Changelog = https://github.com/AzureAD/microsoft-authenticatio
99
classifiers =
1010
License :: OSI Approved :: MIT License
1111
Development Status :: 4 - Beta
12+
description = Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.

0 commit comments

Comments
 (0)