pyproject.toml
does not match the required schema. When the [project]
table is present, project.name
must be present and non-empty.
Caused by: TOML parse error at line 62, column 1
|
62 | [project]
| ^^^^^^^^^
missing field name
#286
stdout: ``
stderr:
Building source distribution... error:
pyproject.toml` does not match the required schema. When the `[project]` table is present, `project.name` must be present and non-empty.Caused by: TOML parse error at line 62, column 1
|
62 | [project]
| ^^^^^^^^^
missing field `name`
`
The text was updated successfully, but these errors were encountered: