summaryrefslogtreecommitdiff
path: root/docs/userguide/datafiles.rst
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-03 18:29:33 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-03 18:29:33 +0000
commitd0b9e825fe6c61d4af7b86512dab6ca5ddaafd3c (patch)
tree52532225f312fe33748988d3e990d7d5d5bb25ce /docs/userguide/datafiles.rst
parent7c2b42292fcdb0076630b00ec09778c598a2a1eb (diff)
downloadpython-setuptools-git-d0b9e825fe6c61d4af7b86512dab6ca5ddaafd3c.tar.gz
Emphasize data files should be included inside the package
Diffstat (limited to 'docs/userguide/datafiles.rst')
-rw-r--r--docs/userguide/datafiles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/datafiles.rst b/docs/userguide/datafiles.rst
index d974a301..e4e94f98 100644
--- a/docs/userguide/datafiles.rst
+++ b/docs/userguide/datafiles.rst
@@ -184,7 +184,7 @@ fall back to the platform-specific location for installing data files, there is
no supported facility to reliably retrieve these resources.
Instead, the PyPA recommends that any data files you wish to be accessible at
-run time be included in the package.
+run time be included **inside the package**.
----