File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 100100 "recursive-include third_party/bigframes_vendored *\n recursive-include bigframes" ,
101101)
102102
103-
104103# Include JavaScript files for display widgets
105104assert 1 == s .replace ( # MANIFEST.in
106105 ["MANIFEST.in" ],
107106 re .escape ("recursive-include bigframes *.json *.proto py.typed" ),
108107 "recursive-include bigframes *.json *.proto *.js py.typed" ,
109108)
110109
111-
112110# Fixup the documentation.
113111assert 1 == s .replace ( # docs/conf.py
114112 ["docs/conf.py" ],
115113 re .escape ("Google Cloud Client Libraries for bigframes" ),
116114 "BigQuery DataFrames provides DataFrame APIs on the BigQuery engine" ,
117115)
118116
119-
120117# Don't omit `*/core/*.py` when counting test coverages
121118assert 1 == s .replace ( # .coveragerc
122119 [".coveragerc" ],
You can’t perform that action at this time.
0 commit comments