On Sun, Mar 31, 2013 at 6:13 PM, James Carpenter <nawk...@gmail.com> wrote:
> Do you have a module/function/line number in easy_install I should use? I'm
> sure I can dig it out myself but it sounds like you might just be able to
> put your finger on it in only a minute or two.

It's the install_eggs() method of
setuptools.commands.easy_install.easy_install.  You won't really be
able to use it, it just looks for a setup.py after *unpacking* the
archive.  It also doesn't look for a PKG-INFO; PyPI does that.  (And I
only know that because it was relevant to the uploadability of eggs at
one time.)
_______________________________________________
Catalog-SIG mailing list
Catalog-SIG@python.org
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to