freezing-vegetable-92896
09/08/2022, 9:17 PMpython_distribution with all the files (recursively) in a directory as contents. Is there a more maintainable way to do that than just injecting the contents of pants list dir:: into the dependencies field?witty-crayon-22786
09/08/2022, 9:21 PMfreezing-vegetable-92896
09/08/2022, 9:27 PMpackage_directory:: )?witty-crayon-22786
09/08/2022, 9:29 PMwitty-crayon-22786
09/08/2022, 9:30 PMimport statement might be duplicated), and so the temptation to just say “i depend on a whole swathe of things” was very highwitty-crayon-22786
09/08/2022, 9:30 PMdependencies lists is the wrong tradeoff.witty-crayon-22786
09/08/2022, 9:32 PMfuture-oxygen-10553
09/09/2022, 12:52 AMpython_sources(sources=["**/*.py"]) in the root of the module as the “gotta get this done” solution, but I’m interested if there’s a more idiomatic way to approach thatfreezing-vegetable-92896
09/09/2022, 3:27 PM