Skip to content

Commit 1d3a2c1

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "echo secret_placeholder | gnome-keyring-daemon --unlock; pip install pytest .; pytest" > linux_test.sh
7373
chmod +x linux_test.sh
7474
sudo dbus-run-session -- ./linux_test.sh
75-
- name: Test on other platforms without encryption
75+
- name: Test on non-Linux platforms
7676
if: ${{ matrix.os != 'ubuntu-latest' }}
7777
env:
7878
TOXENV: ${{ matrix.toxenv }}

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)