diff --git a/src/schemas/json/pyproject.json b/src/schemas/json/pyproject.json index 0e28eb012f2..eb86382d753 100644 --- a/src/schemas/json/pyproject.json +++ b/src/schemas/json/pyproject.json @@ -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": "

There are two kinds of metadata: static, dynamic, and partially dynamic.

", + "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": "

There are three kinds of metadata: static, dynamic, and partially dynamic.

", "x-taplo": { "links": { "key": "https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table",