Skip to content

Commit cc3373d

Browse files
committed
dist-info.files table isn't an open issue
1 parent 7a9b241 commit cc3373d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

peps/pep-0770.rst

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ To avoid this delay, simplify overall how to include SBOMs, and to give
156156
flexibility to build backends and tools, this PEP proposes using a subdirectory
157157
under ``.dist-info`` to safely add data to a Python package while avoiding the
158158
need for new metadata fields and versions. This mechanism allows build backends
159-
and tools to begin using the feature described in this PEP immediate after
159+
and tools to begin using the feature described in this PEP immediately after
160160
acceptance without the head-of-line blocking on other projects adopting the PEP.
161161

162162
Storing files in the ``.dist-info`` or ``.data`` directory
@@ -530,17 +530,6 @@ Conditional project source SBOM files
530530
How can a project specify an SBOM file that is conditional? Under what
531531
circumstances would an SBOM document be conditional?
532532

533-
Statically defining source SBOM files
534-
-------------------------------------
535-
536-
How can SBOM files within a project source (and outside a project source tree)
537-
be specified statically such that files are added to ``.dist-info/sboms``?
538-
539-
A previous version of this PEP suggested a mechanic for
540-
adding files into subdirectories under ``.dist-info/`` using a top-level
541-
``pyproject.toml`` table ``[dist-info.files]``. This addition has been
542-
refactored out of this PEP and will be proposed in a separate PEP.
543-
544533
References
545534
==========
546535

0 commit comments

Comments
 (0)