From 03f64fc16a339eb1efa808153ce1ed8aff02a183 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Jul 2021 15:08:40 -0700 Subject: [PATCH] Update tools/pinning/DESIGN.md Co-authored-by: ohemorange --- tools/pinning/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pinning/DESIGN.md b/tools/pinning/DESIGN.md index d4b20df75..49748125f 100644 --- a/tools/pinning/DESIGN.md +++ b/tools/pinning/DESIGN.md @@ -46,7 +46,7 @@ The other relatively recent change in Python packaging is the adoption of [pyproject.toml files](https://www.python.org/dev/peps/pep-0518/) which allows sdists to define their packages using a static file instead of a setup.py file, which has historically been the norm. -writing this. Using a static file instead of arbitrary Python code makes it +Using a static file instead of arbitrary Python code makes it much easier for package declarations to be reliably interpreted. The introduction of pyproject.toml also allows for the use of build systems other than setuptools which becomes relevant in the next section of this doc.