On Jan 6, 2006, at 12:20 PM, Kevin Dangoor wrote:


On 1/6/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote:
FYI, as of setuptools 0.6a9, you can set [easy_install] find_links in
setup.cfg and they will be honored by the develop command.  So you
should be able to get this to work okay even for stuff that's not in
PyPI.

Ahh! That's nice. So standard operating procedure henceforth when
requirements change is just "setup.py develop". cool.

It might be good to toss an index.html in thirdparty and point to that in find_links as well, so when you svn up it'll update that as well.

Now all we need is a version of setup.py develop that checks all dependent eggs to ensure they're up to date (and by default for find_links targets that are local).

-bob

Reply via email to