diff options
| author | Sinclert Pérez <Sinclert@hotmail.com> | 2023-01-12 19:25:50 +0100 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-19 18:59:10 +0000 |
| commit | bf9b14ce9fb02834e324fd12ebec3d0574d6222d (patch) | |
| tree | 6ca64a443ab7b20ebc3d4d8f285e80ce535605bf /docs | |
| parent | 9b8f44fd786efc9d20280aea2234693640016404 (diff) | |
| download | python-setuptools-git-bf9b14ce9fb02834e324fd12ebec3d0574d6222d.tar.gz | |
Update setuptools sdist docs warning
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/userguide/declarative_config.rst | 6 |
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. |
