packcheck
packcheck copied to clipboard
Factor out the sdist git check as a separate script
- It can be useful to run independently, and it will be modular that way. The main script will be decluttered.
- We can also allow external packcheck scripts to be run as packcheck subcommands if they are in path like git. For example
packcheck-sdist-git-checkscript can be invoked bypackcheck sdist-git-check.
Minimally we should separate out the git check functionality as a separate function.