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.
1 parent 4e930b8 commit 28f9fc6Copy full SHA for 28f9fc6
setup.py
@@ -12,6 +12,8 @@
12
name='msal-extensions',
13
version=__version__,
14
packages=find_packages(),
15
+ long_description=open('README.md').read(),
16
+ long_description_content_type="text/markdown",
17
classifiers=[
18
'Development Status :: 2 - Pre-Alpha',
19
],
0 commit comments