File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ For more details:
6767
6868* :ref: `distributing-packages `
6969* :ref: `pyproject-build-system-table `
70- * :doc: `pip:reference/build-system/pyproject-toml `
70+ * :doc: `pip:reference/build-system `
7171
7272
7373How to handle additional build-time dependencies?
@@ -128,7 +128,7 @@ For some projects this isolation is unwanted and it can be deactivated as follow
128128
129129For more details:
130130
131- * :doc: `pip:reference/build-system/pyproject-toml `
131+ * :doc: `pip:reference/build-system `
132132
133133
134134How to handle packaging metadata?
@@ -244,5 +244,5 @@ Where to read more about this?
244244==============================
245245
246246* :ref: `pyproject-toml-spec `
247- * :doc: `pip:reference/build-system/pyproject-toml `
247+ * :doc: `pip:reference/build-system `
248248* :doc: `setuptools:build_meta `
Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ the project.
745745
746746Projects SHOULD list all the shortest import names that are exclusively provided
747747by the project. If any of the shortest names are dotted names, all intervening
748- names from that name to the top-level name should also be listed appropriately
748+ names from that name to the top-level name SHOULD also be listed appropriately
749749in ``Import-Name `` and/or ``Import-Namespace ``.
750750
751751If a project lists the same name in both ``Import-Name `` and
@@ -800,7 +800,7 @@ project.
800800
801801Projects SHOULD list all the shortest import names that are exclusively provided
802802by the project. If any of the shortest names are dotted names, all intervening
803- names from that name to the top-level name should also be listed appropriately
803+ names from that name to the top-level name SHOULD also be listed appropriately
804804in ``Import-Name `` and/or ``Import-Namespace ``.
805805
806806The import names listed in this field MUST be importable when the project is
You can’t perform that action at this time.
0 commit comments