File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,6 @@ the `native namespace package example project`_.
157157Legacy namespace packages
158158-------------------------
159159
160- .. warning ::
161-
162- The information in this section is obsolete and is no longer functional
163- (as of Setuptools 82.0.0). It is only retained for historical reference.
164-
165- ``pkg_resources `` has been deprecated and was fully removed in Setuptools 82.0.0.
166-
167160These two methods, that were used to create namespace packages prior to :pep: `420 `,
168161are now considered to be obsolete and should not be used unless you need compatibility
169162with packages already using this method.
@@ -222,6 +215,13 @@ in the `pkgutil namespace example project`_.
222215pkg_resources-style namespace packages
223216^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
224217
218+ .. warning ::
219+
220+ The information in this section is obsolete and is no longer functional
221+ (as of Setuptools 82.0.0). It is only retained for historical reference.
222+
223+ ``pkg_resources `` has been deprecated and was fully removed in Setuptools 82.0.0.
224+
225225:doc: `Setuptools <setuptools:index >` previously provided the ``pkg_resources.declare_namespace `` function and
226226the ``namespace_packages `` argument to :func: `~setuptools.setup `. Together
227227these can be used to declare namespace packages. While this approach is no
You can’t perform that action at this time.
0 commit comments