doc8 icon indicating copy to clipboard operation
doc8 copied to clipboard

Clean up build dependencies

Open tjni opened this issue 1 year ago • 0 comments

I think these two dependencies do not need to be specified in pyproject.toml:

  1. setuptools_scm_git_archive does not seem to be needed unless a .git_archival.txt file exists
  2. wheel does not need to be specified: setuptools defines a get_requires_for_build_wheel function in its build backend that does this automatically

tjni avatar Aug 16 '23 05:08 tjni