MCPcopy
hub / github.com/saltstack/salt / setup_esky

Method setup_esky

setup.py:1039–1045  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1037
1038 # ----- Esky Setup ---------------------------------------------------------------------------------------------->
1039 def setup_esky(self):
1040 opt_dict = self.get_option_dict("bdist_esky")
1041 opt_dict["freezer_module"] = ("setup script", "bbfreeze")
1042 opt_dict["freezer_options"] = (
1043 "setup script",
1044 {"includes": self.get_esky_freezer_includes()},
1045 )
1046
1047 @property
1048 def _property_freezer_options(self):

Callers 1

__init__Method · 0.95

Calls 1

Tested by

no test coverage detected