On 20 April 2015 at 20:23, Daniel Holth <[email protected]> wrote: > Not sure exactly how it would work but it might need to be created to > point to paths within the development checkout as part of "pip install > -e ." if the package relies on the feature.
Well, pip install -e doesn't create a dist-info directory (it relies on setuptools' setup.py develop, so it's actually setuptools that doesn't create the dist-info directory) so it's not pip that will need to do this. But as long as it's clear from the PEP what the various tools need to do, then fair enough. Paul _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
