diff options
author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-03 18:26:37 +0000 |
---|---|---|
committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-03 18:26:37 +0000 |
commit | f529729ebd858f6d37ba9c6abd319a7cf8e6dc68 (patch) | |
tree | 5a630a99d2a4723cf6af387c7d2ef4e2c8b6b8b6 /docs/userguide/datafiles.rst | |
parent | 580801296f57c829a57567006284d312853b1f2d (diff) | |
download | python-setuptools-git-f529729ebd858f6d37ba9c6abd319a7cf8e6dc68.tar.gz |
Add another missing link to PyPUG
Diffstat (limited to 'docs/userguide/datafiles.rst')
-rw-r--r-- | docs/userguide/datafiles.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/datafiles.rst b/docs/userguide/datafiles.rst index ce62f3ab..32f91aff 100644 --- a/docs/userguide/datafiles.rst +++ b/docs/userguide/datafiles.rst @@ -130,7 +130,7 @@ In summary, the three options allow you to: ``package_data`` Specify additional patterns to match files that may or may - not be matched by ``MANIFEST.in`` or added by + not be matched by |MANIFEST.in|_ or added by a :ref:`plugin <Adding Support for Revision Control Systems>`. ``exclude_package_data`` |