Skip to content

Commit

Permalink
Point to a live documentation (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 22, 2024
2 parents 1d4c20e + ca45ba2 commit b000f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/config/_apply_pyprojecttoml.py
Expand Up @@ -424,7 +424,7 @@ class _MissingDynamic(SetuptoolsWarning):
According to the spec (see the link below), however, setuptools CANNOT
consider this value unless `{field}` is listed as `dynamic`.
https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table
To prevent this problem, you can list `{field}` under `dynamic` or alternatively
remove the `[project]` table from your file and rely entirely on other means of
Expand Down

0 comments on commit b000f0c

Please sign in to comment.