Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license and SCM to setup.py #75

Closed
tsteenbe opened this issue Sep 17, 2020 · 0 comments · Fixed by #76
Closed

Add license and SCM to setup.py #75

tsteenbe opened this issue Sep 17, 2020 · 0 comments · Fixed by #76
Labels
enhancement New feature or request

Comments

@tsteenbe
Copy link

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'
},
@rayluo rayluo added the enhancement New feature or request label Sep 17, 2020
@rayluo rayluo mentioned this issue Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants