diff --git a/owlbot.py b/owlbot.py index 17a80da5..e590b68d 100644 --- a/owlbot.py +++ b/owlbot.py @@ -55,7 +55,10 @@ # Add templated files # ---------------------------------------------------------------------------- templated_files = common.py_library(microgenerator=True, split_system_tests=True,) -s.move(templated_files, excludes=["docs/multiprocessing.rst", ".coveragerc"]) +s.move( + templated_files, + excludes=["docs/multiprocessing.rst", ".coveragerc", ".github/CODEOOWNERS"], +) python.py_samples(skip_readmes=True)