MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / finalize_options

Method finalize_options

python/setup.py:87–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85
86class BinaryDistWheel(bdist_wheel):
87 def finalize_options(self):
88 super().finalize_options()
89 # Mark this is not a pure Python package
90 self.root_is_pure = False
91 # Set platform tag
92 self.plat_name = get_wheel_platform_tag()
93 self.universal = False
94
95
96def get_target_platform_for_envs():

Callers

nothing calls this directly

Calls 1

get_wheel_platform_tagFunction · 0.85

Tested by

no test coverage detected