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
Following schema is vaildated as correct, but shouldn't have been:
[project] name = 'foo' version = '1.0' authors = [{}]
Packaging specification contains the following sentence:
Both keys are optional, but at least one of the keys must be specified in the table.
But bundled schema specifies both keys as optional without requiring any key:
validate-pyproject/src/validate_pyproject/project_metadata.schema.json
Lines 310 to 329 in db197f4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following schema is vaildated as correct, but shouldn't have been:
Packaging specification contains the following sentence:
But bundled schema specifies both keys as optional without requiring any key:
validate-pyproject/src/validate_pyproject/project_metadata.schema.json
Lines 310 to 329 in db197f4
The text was updated successfully, but these errors were encountered: