From a84b262a8d50ae8a3ed74bca58e6cadd1ac46495 Mon Sep 17 00:00:00 2001 From: wim glenn Date: Tue, 30 Apr 2024 16:09:19 -0500 Subject: [PATCH] Typo fix in build_meta.py docstring --- setuptools/build_meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/build_meta.py b/setuptools/build_meta.py index 2decd2d214..be2742d73d 100644 --- a/setuptools/build_meta.py +++ b/setuptools/build_meta.py @@ -2,7 +2,7 @@ Previously, when a user or a command line tool (let's call it a "frontend") needed to make a request of setuptools to take a certain action, for -example, generating a list of installation requirements, the frontend would +example, generating a list of installation requirements, the frontend would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line. PEP 517 defines a different method of interfacing with setuptools. Rather