pkg_resources should be a separately-distributed package · Issue #863 · pypa/setuptools (original) (raw)

The pkg_resources module provides some functionality which is need during the "runtime" of a package, while setuptools' functionality is only required during the build. For not having to depend on the full setuptools egg, it would be good to provide an pkg_resources egg which packages can depend on.