Skip to content

'ext-modules' was unexpected #5480

Description

@winstxnhdw

Area with issue?

JSON Schema

✔️ Expected Behavior

tamasfe/taplo#783

[tool.setuptools]
ext-modules = [
  {name = "spam", sources = ["spammodule.c"]}
]

This should be valid.

❌ Actual Behavior

Additional properties are not allowed ('ext-modules' was unexpected)

JSON, YAML, or TOML file that does not work.

[tool.setuptools]
ext-modules = [
  {name = "spam", sources = ["spammodule.c"]}
]

IDE or code editor.

Visual Studio Code

Are you making a PR for this?

Yes, I will create a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions