Skip to content

Commit 0d47dad

Browse files
authored
Merge pull request #76 from AzureAD/mention-licensing
Mention licence
2 parents 1d91cba + 76735c1 commit 0d47dad

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1+
# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
2+
13
[bdist_wheel]
24
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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
packages=find_packages(),
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
22-
classifiers=[
23-
'Development Status :: 2 - Pre-Alpha',
24-
],
2522
package_data={'': ['LICENSE']},
2623
install_requires=[
2724
'msal>=0.4.1,<2.0.0',

0 commit comments

Comments
 (0)