Skip to content

setup's license parameter should be a short string #748

@sschuberth

Description

@sschuberth

Currently, setup's license is set to the full text of the MIT license as read from the LICENSE file:

license = ascii_bytes_from(thisdir, "LICENSE")

LICENSE = license

"license": LICENSE,

This is wrong as "license" should be a short string and should just contain the name of the license (ideally as an SPDX ID; so here just "MIT"), not its text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions