Prune MANIFEST.in
Open
question
- Dominant language
- Python
- Stars
- 534
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
@ctrueden noted that `codecov.yml` slipped into the source distribution. This means that the `MANIFEST.in` I wrote with the intent of being declarative is not declarative enough :sweat_smile:
We should fix this. It might be possible by starting out the manifest with `prune .`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting MANIFEST.in and building a source distribution to confirm why codecov.yml is included. Adjust the manifest so the source distribution excludes codecov.yml and verify the resulting archive no longer contains it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100