ripe-gigabyte-88964
03/22/2023, 4:53 PMpython_distribution
dependent on every python_source
target in a subdirectory? dependencies=[":pyproject", "mypackage::"],
is throwing an error.refined-addition-53644
03/22/2023, 4:54 PMpython_sources
targetripe-gigabyte-88964
03/22/2023, 4:55 PMrefined-addition-53644
03/22/2023, 5:04 PMpython_sources(name="sources", sources=["**/*.py", "!**/test_*.py"])
python_distribution(dependencies=[":sources"])
This would mean that any subdirectory python_sources
would have to be removed because pants will complain about multiple ownership