File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,6 @@ The top-level fields are:
90
90
the script is compatible. The value of this field MUST be a valid
91
91
:ref: `version specifier <version-specifiers >`.
92
92
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
-
98
93
Script runners MUST error if the specified ``dependencies `` cannot be provided.
99
94
Script runners SHOULD error if no version of Python that satisfies the specified
100
95
``requires-python `` can be provided.
@@ -107,7 +102,6 @@ The following is an example of a script with embedded metadata:
107
102
.. code :: python
108
103
109
104
# /// script
110
- # [run]
111
105
# requires-python = ">=3.11"
112
106
# dependencies = [
113
107
# "requests<3",
You can’t perform that action at this time.
0 commit comments