diff --git a/changelog.d/3262.deprecation.rst b/changelog.d/3262.deprecation.rst new file mode 100644 index 00000000000..e668b226e6b --- /dev/null +++ b/changelog.d/3262.deprecation.rst @@ -0,0 +1,8 @@ +Formally added deprecation messages for ``namespace_packages``. +The methodology that uses ``pkg_resources`` and ``namespace_packages`` for +creating namespaces was already discouraged by the :doc:`setuptools docs +` and the +:doc:`Python Packaging User Guide `, +therefore this change just make the deprecation more official. +Users can consider migrating to native/implicit namespaces (as introduced in +:pep:`420`).