breezy-apple-27122
03/15/2023, 8:41 AMrefined-addition-53644
03/15/2023, 8:44 AMpython_sources(sources=["**/*.py"])
If you would like to ignore some other .py
files then
python_sources(sources=["**/*.py", "!ignore.py"])
wide-midnight-78598
03/15/2023, 12:23 PMbreezy-apple-27122
03/15/2023, 12:25 PMcurved-television-6568
03/15/2023, 1:18 PMpython_sources(
sources = [
"**/" + default for default in
python_sources.sources.default
]
)