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

Method make_distribution

setup.py:416–419  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

414 self.run_command("write_salt_version")
415
416 def make_distribution(self):
417 sdist.make_distribution(self)
418 if self.distribution.ssh_packaging:
419 os.unlink(PACKAGED_FOR_SALT_SSH_FILE)
420
421
422class BDistEgg(bdist_egg):

Callers

nothing calls this directly

Calls 1

unlinkMethod · 0.80

Tested by

no test coverage detected