Skip to content

Commit d6abdce

Browse files
committed
Fix reference
1 parent b44b4f1 commit d6abdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/pyproject_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ 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/#license-files`
102+
``license-files`` array of glob patterns **Deprecated** - use ``project.license-files`` instead. See :doc:`PyPUG:guides/writing-pyproject-toml`
103103
(by default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``)
104104
``data-files`` table/inline-table **Discouraged** - check :doc:`/userguide/datafiles`.
105105
Whenever possible, consider using data files inside the package directories.

0 commit comments

Comments
 (0)