@@ -383,12 +383,15 @@ For projects that do contain other software components, documentation will be
383383added to the Python Packaging User Guide for how to specify and maintain
384384SBOM 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
388388outside a packaging ecosystem (vendored C, C++, Fortran). Software that is
389389a part of a packaging ecosystem is much easier to identify meaning
390390that 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
393396For projects that cannot be automatically annotated, the approach will be to
394397generate SBOM files by some means and then include those files manually using
0 commit comments