Try using a more modern build and testing setup. An option I've been happy with in another project is Hatch with Ruff for linting. This setup would also make installation extras like tests and docs even less necessary.
(edit: switch to Ruff with a separate issue and PR)
Try using a more modern build and testing setup. An option I've been happy with in another project is Hatch
with Ruff for linting. This setup would also make installation extras liketests
anddocs
even less necessary.(edit: switch to Ruff with a separate issue and PR)