File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -154,20 +154,6 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
154
154
- If an tool doesn't support a major version, it MUST raise an error.
155
155
156
156
157
- ``created-by ``
158
- ==============
159
-
160
- - **Type **: string
161
- - **Required? **: yes
162
- - **Inspiration **: Tools with their name in their lock file name
163
- - Records the name of the tool used to create the lock file.
164
- - Tools MAY use the ``[tool] `` table to record enough details that it can be
165
- inferred what inputs were used to create the lock file.
166
- - Tools SHOULD record the normalized name of the tool if it is available as a
167
- Python package to facilitate finding the tool.
168
-
169
-
170
-
171
157
``environments ``
172
158
================
173
159
@@ -202,6 +188,19 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
202
188
be installed MUST narrow down to a single entry at install time.
203
189
204
190
191
+ ``created-by ``
192
+ ==============
193
+
194
+ - **Type **: string
195
+ - **Required? **: yes
196
+ - **Inspiration **: Tools with their name in their lock file name
197
+ - Records the name of the tool used to create the lock file.
198
+ - Tools MAY use the ``[tool] `` table to record enough details that it can be
199
+ inferred what inputs were used to create the lock file.
200
+ - Tools SHOULD record the normalized name of the tool if it is available as a
201
+ Python package to facilitate finding the tool.
202
+
203
+
205
204
.. Identification
206
205
207
206
``packages.name ``
@@ -647,6 +646,7 @@ Example
647
646
648
647
metadata-version = "1.0"
649
648
requires-python = ">=3.9"
649
+ created-by = "PEP 751"
650
650
651
651
[[packages]]
652
652
name = "attrs"
You can’t perform that action at this time.
0 commit comments