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
Providing the licence file in the pyproject.toml is admitted but in that way the metadata of the package is very verbose and may break tools which are intended to parse known licence names (like MPL 2.0).
It would be better to provide the appropriate classifier : LICENSE :: OSI APPROVED :: MOZILLA PUBLIC LICENSE 2.0 (MPL 2.0).
Providing the licence file in the pyproject.toml is admitted but in that way the metadata of the package is very verbose and may break tools which are intended to parse known licence names (like
MPL 2.0
).It would be better to provide the appropriate classifier :
LICENSE :: OSI APPROVED :: MOZILLA PUBLIC LICENSE 2.0 (MPL 2.0)
.Ref: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
I am very confused by the statement here:
pywebpush/pyproject.toml
Lines 18 to 20 in c99d0f7
Since the MPL has a canonical identifier: https://spdx.org/licenses/MPL-2.0.html
The text was updated successfully, but these errors were encountered: