File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ Specification
1515
1616There are two kinds of metadata: *static * and *dynamic *. Static
1717metadata 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.
2123
2224The keys defined in this specification MUST be in a table named
2325``[project] `` in ``pyproject.toml ``. No tools may add keys to this
You can’t perform that action at this time.
0 commit comments