Closed icemac closed 11 months ago
Without this change zc.buildout creates a placeholder __init__.py in sphinxcontrib containing a pkg_resources namespace declaration. This breaks using other packages of the same namespace which already use the native (implicit) namespace.
zc.buildout
__init__.py
sphinxcontrib
pkg_resources
Without this change
zc.buildout
creates a placeholder__init__.py
insphinxcontrib
containing apkg_resources
namespace declaration. This breaks using other packages of the same namespace which already use the native (implicit) namespace.