setup.py: Use setuptools when invoked with bdist_{egg,wheel}.
authorMarc Abramowitz <marc@marc-abramowitz.com>
Tue, 22 Oct 2013 18:07:51 +0000 (11:07 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Tue, 22 Oct 2013 18:07:51 +0000 (11:07 -0700)
commit4d1e2d7f722abfe502e57a9187f2bd16bd4ea59b
tree6eddc54f99c7088f02627d3864d54d5f5e2143ce
parentc2ddf294e025646132f7c29fae609c2f3c010e78
setup.py: Use setuptools when invoked with bdist_{egg,wheel}.

This makes it easier to build eggs and wheels of 0.19.x releases; the
master branch already uses setuptools.
setup.py