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 61, column 1
|
61 | [project]
| ^^^^^^^^^
missing field `name`
#471
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 61, column 1
|
61 | [project]
| ^^^^^^^^^
missing field name
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 61, column 1 | 61 | [project] | ^^^^^^^^^ missing fieldname
`