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

Relax licence restrictions to support custom licences #5

Merged
merged 2 commits into from
Apr 1, 2020

Commits on Mar 27, 2020

  1. Add test cases for spdx

    Copy over old test cases from poetry repository.
    abn committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    493ae5d View commit details
    Browse the repository at this point in the history
  2. Relax licence restrictions to support custom licences

    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 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    32d4115 View commit details
    Browse the repository at this point in the history