doc8
doc8 copied to clipboard
Clean up build dependencies
I think these two dependencies do not need to be specified in pyproject.toml:
- setuptools_scm_git_archive does not seem to be needed unless a .git_archival.txt file exists
- wheel does not need to be specified: setuptools defines a get_requires_for_build_wheel function in its build backend that does this automatically