Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/schemas/json/pyproject.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@
"additionalProperties": false,
"required": ["name"],
"title": "Project core metadata",
"description": "There are two kinds of metadata: _static_, _dynamic_, and _partially dynamic_.\n- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
"markdownDescription": "There are two kinds of metadata: _static_, _dynamic_, and _partially dynamic_.\n- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
"x-intellij-html-description": "<p>There are two kinds of metadata: <em>static</em>, <em>dynamic</em>, and <em>partially dynamic</em>.</p><ul><li>Static metadata is listed in the <code>[project]</code> table directly and cannot be specified or changed by a tool.</li><li>Dynamic metadata key names are listed inside the <code>dynamic</code> key and represents metadata that a tool will later provide.</li><li>Partially dynamic metadata is specified in the <code>[project]</code> table as a list or table, and also listed in <code>dynamic</code>, allowing the build backend to add entries but not modify or remove existing ones.</li></ul>",
"description": "There are three kinds of metadata: _static_, _dynamic_, and _partially dynamic_.\n- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
"markdownDescription": "There are three kinds of metadata: _static_, _dynamic_, and _partially dynamic_.\n- Static metadata is listed in the `[project]` table directly and cannot be specified or changed by a tool.\n- Dynamic metadata key names are listed inside the `dynamic` key and represents metadata that a tool will later provide.\n- Partially dynamic metadata is specified in the `[project]` table as a list or table, and also listed in `dynamic`, allowing the build backend to add entries but not modify or remove existing ones.",
"x-intellij-html-description": "<p>There are three kinds of metadata: <em>static</em>, <em>dynamic</em>, and <em>partially dynamic</em>.</p><ul><li>Static metadata is listed in the <code>[project]</code> table directly and cannot be specified or changed by a tool.</li><li>Dynamic metadata key names are listed inside the <code>dynamic</code> key and represents metadata that a tool will later provide.</li><li>Partially dynamic metadata is specified in the <code>[project]</code> table as a list or table, and also listed in <code>dynamic</code>, allowing the build backend to add entries but not modify or remove existing ones.</li></ul>",
"x-taplo": {
"links": {
"key": "https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table",
Expand Down
Loading