Skip to content

Commit 0bb59c2

Browse files
committed
Update link in userguide
1 parent 10c3e7c commit 0bb59c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/userguide/pyproject_config.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Key Value Type (TOML) Notes
9999
See :doc:`/userguide/datafiles`.
100100
``exclude-package-data`` table/inline-table Empty by default. See :doc:`/userguide/datafiles`.
101101
------------------------- --------------------------- -------------------------
102-
``license-files`` array of glob patterns **Deprecated** - use ``project.license-files`` instead. See :doc:`PyPUG:guides/writing-pyproject-toml`
102+
``license-files`` array of glob patterns **Deprecated** - use ``project.license-files`` instead. See
103+
:external+PyPUG:ref:`Writing your pyproject.toml <license-files>`
103104
(by default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``)
104105
``data-files`` table/inline-table **Discouraged** - check :doc:`/userguide/datafiles`.
105106
Whenever possible, consider using data files inside the package directories.

0 commit comments

Comments
 (0)