We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20c6b35 + 6c56c7e commit 9b44cc7Copy full SHA for 9b44cc7
msal_extensions/__init__.py
@@ -1,5 +1,5 @@
1
"""Provides auxiliary functionality to the `msal` package."""
2
-__version__ = "0.1.2"
+__version__ = "0.1.3"
3
4
import sys
5
setup.py
@@ -15,8 +15,9 @@
15
classifiers=[
16
'Development Status :: 2 - Pre-Alpha',
17
],
18
+ package_data={'': ['LICENSE']},
19
install_requires=[
- 'msal>=0.4.1,<1.0.0',
20
+ 'msal>=0.4.1,<2.0.0',
21
'portalocker~=1.0',
22
23
tests_require=['pytest'],
0 commit comments