Skip to content

Commit 0557c96

Browse files
committed
Fixes
1 parent fc82d3f commit 0557c96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/specifications/inline-script-metadata.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ The top-level fields are:
9090
the script is compatible. The value of this field MUST be a valid
9191
:ref:`version specifier <version-specifiers>`.
9292

93-
Any future specifications that define additional fields for the ``[run]`` table
94-
when used in a ``pyproject.toml`` file MUST include the aforementioned fields
95-
exactly as specified. The fields defined by this specification are equally as
96-
applicable to full-fledged projects as they are to single-file scripts.
97-
9893
Script runners MUST error if the specified ``dependencies`` cannot be provided.
9994
Script runners SHOULD error if no version of Python that satisfies the specified
10095
``requires-python`` can be provided.
@@ -107,7 +102,6 @@ The following is an example of a script with embedded metadata:
107102
.. code:: python
108103
109104
# /// script
110-
# [run]
111105
# requires-python = ">=3.11"
112106
# dependencies = [
113107
# "requests<3",

0 commit comments

Comments
 (0)