File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ Specification
15
15
16
16
There are two kinds of metadata: *static * and *dynamic *. Static
17
17
metadata is specified in the ``pyproject.toml `` file directly and
18
- cannot be specified or changed by a tool. Dynamic metadata is listed
19
- via the ``dynamic `` key (defined later in this specification) and
20
- represents metadata that a tool will later provide.
18
+ cannot be specified or changed by a tool (this includes data
19
+ *referred * to by the metadata, e.g. the contents of files referenced
20
+ by the metadata). Dynamic metadata is listed via the ``dynamic `` key
21
+ (defined later in this specification) and represents metadata that a
22
+ tool will later provide.
21
23
22
24
The keys defined in this specification MUST be in a table named
23
25
``[project] `` in ``pyproject.toml ``. No tools may add keys to this
You can’t perform that action at this time.
0 commit comments