Go to file
su-fang ec2c33e439 changed debian/source/format to native 2023-01-31 15:56:12 +08:00
.github Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
debian changed debian/source/format to native 2023-01-31 15:56:12 +08:00
docs Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
src/build Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
tests Import Upstream version 0.9.0 2023-01-31 15:56:11 +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 0.9.0 2023-01-31 15:56:11 +08:00
.readthedocs.yml Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
CHANGELOG.rst Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
LICENSE Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
README.md Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
codecov.yml Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
pyproject.toml Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
setup.cfg Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
setup.py Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00
tox.ini Import Upstream version 0.9.0 2023-01-31 15:56:11 +08:00

README.md

build

pre-commit.ci status CI check CI test codecov

Documentation Status PyPI version Discord

A simple, correct PEP 517 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.