We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
commitizen/pyproject.toml
Line 10 in a202e66
It should be
license = { text = "MIT LICENSE" }
or if you want to read from the LICENSE file
LICENSE
license = { file = "LICENSE" }
This bug is causing the PyPI package from version 4.2.0 onward to have the wrong LICENSE metadata
4.2.0
https://pypi.org/project/commitizen/4.2.0/
The text was updated successfully, but these errors were encountered:
ah.., right. should be the second one. Thanks for reminding us!
Sorry, something went wrong.
In that case, you should add the License to the trove classifier too
classifiers = [ ... "License :: OSI Approved :: MIT License" ... ]
Lee-W
Successfully merging a pull request may close this issue.
commitizen/pyproject.toml
Line 10 in a202e66
It should be
or if you want to read from the
LICENSE
fileThis bug is causing the PyPI package from version
4.2.0
onward to have the wrong LICENSE metadatahttps://pypi.org/project/commitizen/4.2.0/
The text was updated successfully, but these errors were encountered: