From 1d6a1c020939945bd112c27ac7ee266c22009d2f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 29 Mar 2022 09:31:39 -0400 Subject: [PATCH] Update docs/options.md Co-authored-by: CAM Gerlach --- docs/options.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/options.md b/docs/options.md index cda8500d..17b5ea32 100644 --- a/docs/options.md +++ b/docs/options.md @@ -439,9 +439,10 @@ the package is compatible with all versions of Python that it can build. - If you didn't already have a `pyproject.toml` that had a `[project]` table, you should migrate values from `setup.py` or `setup.cfg`, or - [list them in the the `dynamic` field](https://peps.python.org/pep-0621/#dynamic). - The values to include and the format is listed in - [PEP 621](https://peps.python.org/pep-0621/#details) + list them in the [the `dynamic` field](https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#dynamic). + The values to include and the format is listed in the + [project source metadata specification](https://packaging.python.org/en/latest/specifications/declaring-project-metadata/#dynamic) + (as originally defined in PEP 621). - Adding `[project]` to `pyproject.toml` can change the behaviour of your build (e.g. `setuptools` may ignore