Skip to content

Replace setup.py with pyproject.toml (PEP 517/518)#65

Open
AdenAthar wants to merge 1 commit into
devfrom
pyproject-toml
Open

Replace setup.py with pyproject.toml (PEP 517/518)#65
AdenAthar wants to merge 1 commit into
devfrom
pyproject-toml

Conversation

@AdenAthar
Copy link
Copy Markdown
Collaborator

Migrates packaging, dependency pins, and tool configuration into a single pyproject.toml. pytest/pytest-cov/sphinx moved to dev extras. Adds [tool.pytest.ini_options] and [tool.coverage.*] so these no longer need to be passed as CLI flags.

Migrates packaging, dependency pins, and tool configuration into a single
pyproject.toml. pytest/pytest-cov/sphinx moved to dev extras. Adds
[tool.pytest.ini_options] and [tool.coverage.*] so these no longer need
to be passed as CLI flags.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant