Skip to content

Commit

Permalink
Update docs/options.md
Browse files Browse the repository at this point in the history
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
  • Loading branch information
henryiii and CAM-Gerlach authored Mar 29, 2022
1 parent 93477ca commit 1d6a1c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d6a1c0

Please sign in to comment.