Skip to content

Invalid pyproject.toml #740

@henryiii

Description

@henryiii

I was testing something, and noticed the pyproject.toml is invalid:

numtype/pyproject.toml

Lines 33 to 37 in 6d67a02

packages = [
{ include = "src/_numtype" },
{ include = "src/numpy-stubs" },
{ include = "src/numtype" },
]

Only properties specified in https://packaging.python.org/en/latest/specifications/pyproject-toml/#pyproject-toml-spec are allowed in pyproject.toml. Custom values must be specified under tool.*.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions