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

Missing license from pyproject.toml #290

Open
GergelyKalmar opened this issue May 3, 2024 · 1 comment
Open

Missing license from pyproject.toml #290

GergelyKalmar opened this issue May 3, 2024 · 1 comment

Comments

@GergelyKalmar
Copy link

Since moving to pyproject.toml the project is missing the license metadata. It used to be specified in setup() (see

license="Apache License 2.0",
), but it's now missing.

You can add it by adding a license entry in the project section (see https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license) and/or by adding a PyPI classifier (see https://pypi.org/classifiers/). I'd recommend doing both so that it appears correctly everywhere.

@glujan
Copy link

glujan commented Jul 1, 2024

A fix was proposed in #291

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants