diff --git a/dev/build/index.html b/dev/build/index.html index ea7d979f9..61e5965c0 100644 --- a/dev/build/index.html +++ b/dev/build/index.html @@ -38,4 +38,4 @@ [wheel] Building `wheel` version `standard` dist/hatch_demo-1rc0-py3-none-any.whl -
Hatch complies with modern Python packaging specs and therefore your projects can be used by other tools with Hatch serving as just the build backend.
So you could use tox as an alternative to Hatch's environment management, or cibuildwheel to distribute packages for every platform, and they both will transparently use Hatch without any extra modification.