[09:21:24] <pombreda_> techalchemy: re "you can be slightly less patient because you can just wait for me to finish the updates i'm working on" --> ahahah!!
[15:57:15] <astronavt> hi pypa devs. does anyone know why `pip install .` would try to copy the entire current directory to /tmp, even when i have recursive-exclude set in MANFIEST.in? setup: https://bpaste.net/show/UGMLI manifest: https://bpaste.net/show/PIFWY
[16:02:15] <astronavt> this is a problem because my current project contains several very large data files that take a long time to copy and also take up too much space if duplicated
[16:02:24] <astronavt> i tried with --no-build-isolation and that didnt help
[16:02:43] <astronavt> using pip 19.3.1 and setuptools 41.6.0.post20191030
[16:13:39] <ngoldbaum> astronavt: pretty sure this is https://github.com/pypa/pip/issues/2195