Skip to content

Commit cd7a24a

Browse files
committed
Address review comments
1 parent cff1956 commit cd7a24a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

peps/pep-0770.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,15 @@ For projects that do contain other software components, documentation will be
383383
added to the Python Packaging User Guide for how to specify and maintain
384384
SBOM documents for Python packages in source code.
385385

386-
There are two "camps" of projects that contain other software, those from
387-
a "packaging ecosystem" (PyPI, Linux distros, Rust, NPM, etc) and those from
386+
There are two groups of projects that contain other software, those from
387+
a "packaging ecosystem" (PyPI, Linux distros, Crates.io, NPM, etc) and those from
388388
outside a packaging ecosystem (vendored C, C++, Fortran). Software that is
389389
a part of a packaging ecosystem is much easier to identify meaning
390390
that package maintainers may have their package SBOM data annotated
391-
automatically by common build tools (auditwheel, cibuildwheel, multibuild, etc).
391+
automatically by common build tools (
392+
`auditwheel <https://pypi.org/project/auditwheel>`__,
393+
`cibuildwheel <https://github.com/pypa/cibuildwheel>`__,
394+
`multibuild <https://github.com/multi-build/multibuild>`__, etc).
392395

393396
For projects that cannot be automatically annotated, the approach will be to
394397
generate SBOM files by some means and then include those files manually using

0 commit comments

Comments
 (0)