Skip to content

Fix pyproject.toml keys#697

Merged
agriyakhetarpal merged 2 commits into
pyOpenSci:mainfrom
a-w-beck:patch_pyproject-keys
Jul 14, 2026
Merged

Fix pyproject.toml keys#697
agriyakhetarpal merged 2 commits into
pyOpenSci:mainfrom
a-w-beck:patch_pyproject-keys

Conversation

@a-w-beck

Copy link
Copy Markdown
Contributor

Ensure all pyproject.toml keys (i.e., table headers and keys within tables) consistent with PEPs 621 and 735, and thereby the pyproject.toml spec

a-w-beck added 2 commits July 13, 2026 12:39
Replace instances of `[development-group(s)]` with `[dependency-groups]`
Replace instances of `[(project.)optional.dependenc(y|ies)]` with '[project.optional-dependencies]', and `project.dependency` with `project.dependencies`

@agriyakhetarpal agriyakhetarpal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks, @a-w-beck!

@agriyakhetarpal agriyakhetarpal merged commit 7e280cd into pyOpenSci:main Jul 14, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants