feat: separate package configuration in `pyproject.toml` from the package’s development configuration and dependencies by jenstroeger · Pull Request #952 · jenstroeger/python-package-template

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jenstroeger

Copy link Copy Markdown

Owner

@jenstroeger jenstroeger commented

Jun 9, 2025

edited

Loading

Closes #951

There’s currently one problem with this approach: the flit configuration needs to remain in pyproject.toml and therefore “leaks” into the sdist package. See also discussion pypa/flit#745.

…kage’s development configuration and dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@behnazh behnazh Awaiting requested review from behnazh behnazh will be requested when the pull request is marked ready for review behnazh is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Separate package-specific pyproject.toml from development dependencies

1 participant

@jenstroeger