Ricardo Wurmus writes: > we have a bunch of packages that are used both as applications and as > Python libraries. An example is “deeptools”. I took a brief peek at deeptools. It looks like there are programs in bin, and libraries in lib. Why can't we just split them into two outputs? For example, put the libraries into the default "out" output and the programs into the "bin" output. -- Chris