From 7e09eb8e23a7bd795e37d9b0a9e20436fc831cdd Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Jul 2021 15:08:27 -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 878032c7d..d4b20df75 100644 --- a/tools/pinning/DESIGN.md +++ b/tools/pinning/DESIGN.md @@ -45,7 +45,7 @@ environments. 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 I expect most Python developers are more familiar with as I'm +file, which has historically been the norm. writing this. 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