MCPcopy Index your code
hub / github.com/secdev/scapy / build_package_data

Method build_package_data

setup.py:79–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 Modified build_py to create scapy/VERSION file
78 """
79 def build_package_data(self):
80 super(BuildPy, self).build_package_data()
81 # ensure there's a scapy/VERSION file
82 _build_version(self.build_lib)
83
84setup(
85 cmdclass={'sdist': SDist, 'build_py': BuildPy},

Callers

nothing calls this directly

Calls 1

_build_versionFunction · 0.85

Tested by

no test coverage detected