diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-27 08:54:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-27 08:54:37 -0400 |
| commit | 70c8c0f39cf737d5eff70e36af5c66973ae1340a (patch) | |
| tree | 3852fc7063eaaf3b2f9f8afeb8fff1d3bb384d4c /docs/userguide | |
| parent | e53fe0d2eafa85c3ad85c837953f67f4aba28ed3 (diff) | |
| download | python-setuptools-git-70c8c0f39cf737d5eff70e36af5c66973ae1340a.tar.gz | |
Mention that `namespace_packages` is omitted.
Diffstat (limited to 'docs/userguide')
| -rw-r--r-- | docs/userguide/package_discovery.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide/package_discovery.txt b/docs/userguide/package_discovery.txt index 350a02ad..0e0d27c5 100644 --- a/docs/userguide/package_discovery.txt +++ b/docs/userguide/package_discovery.txt @@ -222,7 +222,8 @@ the previous section. ``pkgutil`` style namespace package ----------------------------------- This method is almost identical to the ``pkg_resource`` except that the -``__init__.py`` file contains the following: +``namespace_packages`` declaration is omitted and the ``__init__.py`` +file contains the following: .. code-block:: python |
