You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on setting up a step in our CI pipeline that checks automatically for valid licenses of used third party packages. Therefore I need to whitelist django-hattori per version explicitly at the moment, because the license is not set in the setup.py.
I think it's as easy as adding:
license="MIT"
as argument to setup
The text was updated successfully, but these errors were encountered:
Hey,
I'm working on setting up a step in our CI pipeline that checks automatically for valid licenses of used third party packages. Therefore I need to whitelist django-hattori per version explicitly at the moment, because the license is not set in the
setup.py
.I think it's as easy as adding:
as argument to
setup
The text was updated successfully, but these errors were encountered: