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 1d91cba + 76735c1 commit 0d47dadCopy full SHA for 0d47dad
setup.cfg
@@ -1,2 +1,11 @@
1
+# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
2
+
3
[bdist_wheel]
4
universal=1
5
6
+[metadata]
7
+license = MIT
8
+project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-extensions-for-python/releases
9
+classifiers =
10
+ License :: OSI Approved :: MIT License
11
+ Development Status :: 2 - Pre-Alpha
setup.py
@@ -19,9 +19,6 @@
19
packages=find_packages(),
20
long_description=long_description,
21
long_description_content_type="text/markdown",
22
- classifiers=[
23
- 'Development Status :: 2 - Pre-Alpha',
24
- ],
25
package_data={'': ['LICENSE']},
26
install_requires=[
27
'msal>=0.4.1,<2.0.0',
0 commit comments