Closed Eric-Arellano closed 1 year ago
Major changes include:
This also fixes pyproject.toml to add the missing build-backend key. And it removes wheel from what is required, since you don't actually need that.
pyproject.toml
build-backend
wheel
Finally, it fixes tox -e docs not working on macOS by setting usedevelop = False like we had to do in Terra.
tox -e docs
usedevelop = False
Summary
Major changes include:
Details and comments
This also fixes
pyproject.toml
to add the missingbuild-backend
key. And it removeswheel
from what is required, since you don't actually need that.Finally, it fixes
tox -e docs
not working on macOS by settingusedevelop = False
like we had to do in Terra.