File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
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+
104+ # Include JavaScript files for display widgets
105+ assert 1 == s .replace ( # MANIFEST.in
106+ ["MANIFEST.in" ],
107+ re .escape ("recursive-include bigframes *.json *.proto py.typed" ),
108+ "recursive-include bigframes *.json *.proto *.js py.typed" ,
109+ )
110+
111+
103112# Fixup the documentation.
104113assert 1 == s .replace ( # docs/conf.py
105114 ["docs/conf.py" ],
106115 re .escape ("Google Cloud Client Libraries for bigframes" ),
107116 "BigQuery DataFrames provides DataFrame APIs on the BigQuery engine" ,
108117)
109118
110- # Include JavaScript files for anywidget
111- assert 1 == s .replace ( # MANIFEST.in
112- ["MANIFEST.in" ],
113- "recursive-include bigframes *.json *.proto py.typed" ,
114- "recursive-include bigframes *.json *.proto *.js py.typed" ,
115- )
116119
117120# Don't omit `*/core/*.py` when counting test coverages
118121assert 1 == s .replace ( # .coveragerc
You can’t perform that action at this time.
0 commit comments