diff --git a/owlbot.py b/owlbot.py index 97b3ae84..e63929a0 100644 --- a/owlbot.py +++ b/owlbot.py @@ -34,7 +34,7 @@ ) s.move(templated_files, excludes=[ # sqlalchemy-bigquery was originally licensed MIT - "LICENSE" + "LICENSE", "docs/multiprocessing.rst" ]) # ----------------------------------------------------------------------------