pub fn assert_python_entry_point(
adapter: &BoxTargetAdapter,
entry_point: &str,
) -> Result<()>Expand description
Ensures a release’s entry point agrees with the adapter’s standalone Python layout.
§Errors
When the entry point is not the one the adapter defines.