Skip to content

Wrong license specifier in pyproject.toml #1368

Closed
@kien-truong

Description

@kien-truong

license = { text = "LICENSE" }

It should be

license = { text = "MIT LICENSE" }

or if you want to read from the LICENSE file

license = { file = "LICENSE" }

This bug is causing the PyPI package from version 4.2.0 onward to have the wrong LICENSE metadata

https://pypi.org/project/commitizen/4.2.0/

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions