.dockerignore
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
LICENSE
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/workflows/check.yml
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/differences.rst
docs/index.rst
docs/installation.rst
docs/mission.rst
src/build/__init__.py
src/build/__main__.py
src/build/_compat.py
src/build/env.py
src/build/py.typed
src/build/setup.py
src/build.egg-info/PKG-INFO
src/build.egg-info/SOURCES.txt
src/build.egg-info/dependency_links.txt
src/build.egg-info/entry_points.txt
src/build.egg-info/requires.txt
src/build.egg-info/top_level.txt
tests/conftest.py
tests/test_env.py
tests/test_integration.py
tests/test_main.py
tests/test_module.py
tests/test_projectbuilder.py
tests/packages/inline/build.py
tests/packages/inline/pyproject.toml
tests/packages/legacy/setup.py
tests/packages/legacy/legacy/__init__.py
tests/packages/test-bad-backend/pyproject.toml
tests/packages/test-bad-syntax/pyproject.toml
tests/packages/test-flit/pyproject.toml
tests/packages/test-flit/test_flit/__init__.py
tests/packages/test-no-backend/pyproject.toml
tests/packages/test-no-permission/pyproject.toml
tests/packages/test-no-requires/pyproject.toml
tests/packages/test-optional-hooks/hookless_backend.py
tests/packages/test-optional-hooks/pyproject.toml
tests/packages/test-typo/pyproject.toml