From 46b5786f86310d53128f0f3eb46e83ed13474ca8 Mon Sep 17 00:00:00 2001 From: Avasam Date: Wed, 30 Oct 2024 14:21:29 -0400 Subject: [PATCH] Discard changes to setuptools/config/expand.py --- setuptools/config/expand.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setuptools/config/expand.py b/setuptools/config/expand.py index c07314dd7f8..81caf1c35ee 100644 --- a/setuptools/config/expand.py +++ b/setuptools/config/expand.py @@ -354,9 +354,7 @@ def canonic_data_files( ] -def entry_points( - text: str, text_source: str = "entry-points" -) -> dict[str, dict[str, str]]: +def entry_points(text: str, text_source: str = "entry-points") -> dict[str, dict]: """Given the contents of entry-points file, process it into a 2-level dictionary (``dict[str, dict[str, str]]``). The first level keys are entry-point groups, the second level keys are