Go to file
luoyaoming 04eff854ff Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
.github Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
docs Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
src/build Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
tests Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
.dockerignore Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
.gitignore Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
.pre-commit-config.yaml Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
.readthedocs.yml Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
CHANGELOG.rst Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
LICENSE Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
README.md Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
codecov.yml Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
pyproject.toml Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00
tox.ini Import Upstream version 1.0.3 2024-05-07 10:51:59 +08:00

README.md

build

pre-commit.ci status CI test codecov

Documentation Status PyPI version Discord

A simple, correct Python build frontend.

See the documentation for more information.

Installation

build can be installed via pip or an equivalent via:

$ pip install build

Usage

$ python -m build

This will build the package in an isolated environment, generating a source-distribution and wheel in the directory dist/. See the documentation for full information.

Code of Conduct

Everyone interacting in the build's codebase, issue trackers, chat rooms, and mailing lists is expected to follow the PSF Code of Conduct.