diff --git a/setup.cfg b/setup.cfg index 3c6e79c..3e366cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,11 @@ +# https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files + [bdist_wheel] universal=1 + +[metadata] +license = MIT +project_urls = Changelog = https://github.com/AzureAD/microsoft-authentication-extensions-for-python/releases +classifiers = + License :: OSI Approved :: MIT License + Development Status :: 2 - Pre-Alpha diff --git a/setup.py b/setup.py index 1af3713..02a4e9e 100644 --- a/setup.py +++ b/setup.py @@ -19,9 +19,6 @@ packages=find_packages(), long_description=long_description, long_description_content_type="text/markdown", - classifiers=[ - 'Development Status :: 2 - Pre-Alpha', - ], package_data={'': ['LICENSE']}, install_requires=[ 'msal>=0.4.1,<2.0.0',