summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSinclert Pérez <Sinclert@hotmail.com>2023-01-12 19:25:50 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-19 18:59:10 +0000
commitbf9b14ce9fb02834e324fd12ebec3d0574d6222d (patch)
tree6ca64a443ab7b20ebc3d4d8f285e80ce535605bf /docs
parent9b8f44fd786efc9d20280aea2234693640016404 (diff)
downloadpython-setuptools-git-bf9b14ce9fb02834e324fd12ebec3d0574d6222d.tar.gz
Update setuptools sdist docs warning
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/declarative_config.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/userguide/declarative_config.rst b/docs/userguide/declarative_config.rst
index 6303e66f..c882d379 100644
--- a/docs/userguide/declarative_config.rst
+++ b/docs/userguide/declarative_config.rst
@@ -170,9 +170,9 @@ Special directives:
project directory (i.e. the directory containing ``setup.cfg``/``pyproject.toml``).
.. attention::
- When using the ``file:`` directive, please make sure that all necessary
- files are included in the ``sdist``. You can do that via ``MANIFEST.in``
- or using plugins such as ``setuptools-scm``.
+ For versions prior to <VERSION>: When using the ``file:`` directive,
+ please make sure that all necessary files are included in the ``sdist``.
+ You can do that via ``MANIFEST.in`` or using plugins such as ``setuptools-scm``.
Please have a look on :doc:`/userguide/miscellaneous` for more information.