Skip to content

Licensing: flit-core sources include vendored tomli - different licence #788

@DimitriPapadopoulos

Description

@DimitriPapadopoulos

As long as flit-core ships with a vendored tomli package, I believe this should be modified:

license = "BSD-3-Clause"

to match the additional licence file under flit_core/vendor:
license-files = ["LICENSE*", "flit_core/vendor/**/LICENSE*"]

Instead use:

license = "BSD-3-Clause AND MIT"

See also pypa/setuptools#5049.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions