diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-22 11:32:44 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-22 11:32:44 +0000 |
| commit | fab53fac0cbcbf6d87e23f64d27975e992d766c0 (patch) | |
| tree | 77c6004885f1c5bc01617ad9bcdf7117f67e14d0 /docs/userguide | |
| parent | fbfc92b6d896db536469fab594064f9f3eb81204 (diff) | |
| download | python-setuptools-git-fab53fac0cbcbf6d87e23f64d27975e992d766c0.tar.gz | |
Adequate docs to the latest changes
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/package_discovery.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/userguide/package_discovery.rst b/docs/userguide/package_discovery.rst index 1fe17650..ee8e9836 100644 --- a/docs/userguide/package_discovery.rst +++ b/docs/userguide/package_discovery.rst @@ -138,9 +138,13 @@ config>` and :doc:`py_modules </references/keywords>` configuration. .. important:: Automatic discovery will **only** be enabled if you **don't** provide any - configuration for ``packages``, ``py_modules`` and ``ext_modules``. + configuration for ``packages`` and ``py_modules``. If at least one of them is explicitly set, automatic discovery will not take place. + **Note**: specifying ``ext_modules`` might also prevent auto-discover from + taking place, unless your opt into :doc:`pyproject_config` (which will + disable the backward compatible behaviour). + .. _src-layout: src-layout |
