GitXplorerGitXplorer
n

pkg_resources_shim

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
7b124994430ecdec3798b3bd3536b0668bbc30a0

pkg_resources shim that depends on setuptools

nncoghlan committed 9 years ago

README

The README file for this repository.

Installable pkg_resources shim

The pkg_resources library is actually provided by the setuptools distribution package on PyPI.

This is just an installable pkg_resources shim that ensures that running pip install pkg_resources will install setuptools, rather than anything else.