-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 support for named Other/Proprietary Licenses #2020
Closed
2 tasks done
Labels
kind/feature
Feature requests/implementations
Comments
abn
added a commit
to abn/poetry
that referenced
this issue
Mar 19, 2020
This change adds support of use of custom licenses for projects. If the value specified for `licence` is not in the SPDX License List or "Proprietary", we treat it as a custom licence withe value (as is) as the name. As a side-effect, the validation of licence is no longer performed when executing `poetry check`. Resolves: python-poetry#2020
2 tasks
abn
added a commit
to abn/poetry-core
that referenced
this issue
Mar 27, 2020
This change adds support of use of custom licenses for projects. If the value specified for `licence` is not in the SPDX License List or "Proprietary", we treat it as a custom licence withe value (as is) as the name. As a side-effect, the validation of licence is no longer performed when executing `poetry check`. Resolves: python-poetry/poetry#2020
abn
added a commit
to python-poetry/poetry-core
that referenced
this issue
Apr 1, 2020
This change adds support of use of custom licenses for projects. If the value specified for `licence` is not in the SPDX License List or "Proprietary", we treat it as a custom licence withe value (as is) as the name. As a side-effect, the validation of licence is no longer performed when executing `poetry check`. Resolves: python-poetry/poetry#2020
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
Currently
When you want to use the Other/Proprietary License license type you specify in your
pyproject.toml
file:When uploaded to PyPi, the license shows as the following in the metadata section:
Desired
We wish to specify our own License name for the Other/Proprietary License instead of the generic "Proprietary" such that we can put in links to our own licenses, or provide the name of the license if not natively supported by PyPi. Some examples are here:
Code
Having a dig around the code seems to be around here
poetry/poetry/spdx/__init__.py
Line 48 in ed44342
https://github.com/python-poetry/poetry/blob/master/poetry/spdx/license.py
The text was updated successfully, but these errors were encountered: