[Distutils] elements of setuptools/wheel/FHS file categories proposal
Paul Moore
p.f.moore at gmail.com
Mon Apr 20 21:29:38 CEST 2015
On 20 April 2015 at 20:23, Daniel Holth <dholth at gmail.com> 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
More information about the Distutils-SIG
mailing list