Skip to content

Commit 6e59b04

Browse files
committed
Simplify run_command in editable_wheel
1 parent 9768013 commit 6e59b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/editable_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def _get_dist_info_name(self, tmp_dir):
184184

185185
def _ensure_dist_info(self):
186186
if not Path(self.dist_info_dir, "METADATA").exists():
187-
self.distribution.run_command("dist_info")
187+
self.run_command("dist_info")
188188

189189
def _install_namespaces(self, installation_dir, pth_prefix):
190190
# XXX: Only required to support the deprecated namespace practice

0 commit comments

Comments
 (0)