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