Skip to content

Commit 642d3c4

Browse files
committed
Simplify run_command in editable_wheel
1 parent a99e24e commit 642d3c4

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
@@ -185,7 +185,7 @@ def _get_dist_info_name(self, tmp_dir):
185185

186186
def _ensure_dist_info(self):
187187
if not Path(self.dist_info_dir, "METADATA").exists():
188-
self.distribution.run_command("dist_info")
188+
self.run_command("dist_info")
189189

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

0 commit comments

Comments
 (0)