Skip to content

Commit

Permalink
Update link in userguide (#4844)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri authored Feb 20, 2025
2 parents 10c3e7c + 0bb59c2 commit 0216462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/userguide/pyproject_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Key Value Type (TOML) Notes
See :doc:`/userguide/datafiles`.
``exclude-package-data`` table/inline-table Empty by default. See :doc:`/userguide/datafiles`.
------------------------- --------------------------- -------------------------
``license-files`` array of glob patterns **Deprecated** - use ``project.license-files`` instead. See :doc:`PyPUG:guides/writing-pyproject-toml`
``license-files`` array of glob patterns **Deprecated** - use ``project.license-files`` instead. See
:external+PyPUG:ref:`Writing your pyproject.toml <license-files>`
(by default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``)
``data-files`` table/inline-table **Discouraged** - check :doc:`/userguide/datafiles`.
Whenever possible, consider using data files inside the package directories.
Expand Down

0 comments on commit 0216462

Please sign in to comment.