Skip to content

Add license and SCM to setup.py #75

Closed
@tsteenbe

Description

@tsteenbe

Could you please add a license and source code declaration to the setup.py file?

Currently msal-extensions causes a violation in our OSS check as these license and source code location fields are missing for this package on https://pypi.org/project/msal-extensions/.
Not a Python guy but believe this can be fixed by adding the following to https://github.com/AzureAD/microsoft-authentication-extensions-for-python/blob/dev/setup.py#L16-L35:

license='MIT',
classifiers=[
       'Development Status :: 2 - Pre-Alpha',
       'License :: OSI Approved :: MIT License '
],
project_urls={
        'Source': 'https://github.com/AzureAD/microsoft-authentication-extensions-for-python.git'
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions