python-poetry / python-poetry/poetry
Add configuration option to specify the build format in pyproject.toml or other config
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.3k
- Forks
- 2.5k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 30
Description
Discussed in https://github.com/orgs/python-poetry/discussions/7612
Originally posted by Josverl March 6, 2023
It seems trivial, but I'd prefer to be able to configure poetry to only build wheels
rather than need to remember that all builds should be run as:
poetry build --format=wheel
I can't seem to find a way to specify this - neither in documentation nor through experimentation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading discussion 7612 and the current poetry build --format=wheel behavior. Inspect how build settings are represented in pyproject.toml and documented, then define the configuration entry and verify that builds use it without requiring the command-line flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100