Skip to content

Commit

Permalink
fix: support Poetry's 2's support of project section (#4345)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Jan 10, 2025
1 parent dc4f782 commit f9c9d76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions src/negative_test/pyproject/poetry-invalid-package.toml

This file was deleted.

24 changes: 0 additions & 24 deletions src/schemas/json/partial-poetry.json
Original file line number Diff line number Diff line change
Expand Up @@ -707,29 +707,5 @@
}
}
}
},
"if": {
"properties": {
"package-mode": {
"const": true
}
}
},
"then": {
"required": ["name", "version", "description", "authors"],
"properties": {
"name": {
"$ref": "#/definitions/poetry-name"
},
"version": {
"$ref": "#/definitions/poetry-version"
},
"description": {
"$ref": "#/definitions/poetry-description"
},
"authors": {
"$ref": "#/definitions/poetry-authors"
}
}
}
}

0 comments on commit f9c9d76

Please sign in to comment.