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
Since moving to pyproject.toml the project is missing the license metadata. It used to be specified in setup() (see
setup()
django-migration-linter/setup.py
Line 34 in 3503367
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.
license
project
The text was updated successfully, but these errors were encountered:
A fix was proposed in #291
Sorry, something went wrong.
No branches or pull requests
Since moving to pyproject.toml the project is missing the license metadata. It used to be specified in
setup()
(seedjango-migration-linter/setup.py
Line 34 in 3503367
You can add it by adding a
license
entry in theproject
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.The text was updated successfully, but these errors were encountered: