diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-03 18:24:10 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-03 18:24:10 +0000 |
| commit | 580801296f57c829a57567006284d312853b1f2d (patch) | |
| tree | e5e1e596b83d1e5670906a80ea3d1d046deae9e8 /docs/userguide/quickstart.rst | |
| parent | c0bdfb66a08e3f5c68e2bc91f33ca6d1a7757511 (diff) | |
| download | python-setuptools-git-580801296f57c829a57567006284d312853b1f2d.tar.gz | |
Add missing link to PyPUG MANIFEST.in docs
Diffstat (limited to 'docs/userguide/quickstart.rst')
| -rw-r--r-- | docs/userguide/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 61ab7f97..f3183624 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -180,7 +180,7 @@ can simply use the ``include_package_data`` keyword: include_package_data = True This tells setuptools to install any data files it finds in your packages. -The data files must be specified via the distutils' |MANIFEST.in| file +The data files must be specified via the distutils' |MANIFEST.in|_ file or automatically added by a :ref:`Revision Control System plugin <Adding Support for Revision Control Systems>`. For more details, see :doc:`datafiles` |
