Update tools/pinning/DESIGN.md

Co-authored-by: ohemorange <erica@eff.org>
This commit is contained in:
Brad Warren 2021-07-16 15:08:27 -07:00 committed by GitHub
parent 9fc4ac0b4e
commit 7e09eb8e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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