MCPcopy Index your code
hub / github.com/microsoft/SandDance / update_package_data

Function update_package_data

python/jupyter-widget/setupbase.py:123–126  ·  view source on GitHub ↗

update build_py options to get package_data changes

(distribution)

Source from the content-addressed store, hash-verified

121
122
123def update_package_data(distribution):
124 """update build_py options to get package_data changes"""
125 build_py = distribution.get_command_obj('build_py')
126 build_py.finalize_options()
127
128
129class bdist_egg_disabled(bdist_egg):

Callers 2

runMethod · 0.85
runMethod · 0.85

Calls 1

finalize_optionsMethod · 0.45

Tested by

no test coverage detected