pytest-dev / pytest-dev/pytest-localserver
Consolidate project configuration in pyproject.toml
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 37
- Forks
- 12
- Avg merge
- 12h 27m
- Merged PRs (30d)
- 1
Description
Right now our project configuration is mostly defined in setup.py, but we should move as much of it as possible into pyproject.toml.
Contributor guide
No contributing guide indexed for this repository
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
Compare the project configuration in setup.py with the existing pyproject.toml and identify which settings can be consolidated. Start by reviewing both files and then run the project’s tests and installation checks. Done means the relevant configuration is moved without changing the package’s tested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100