Skip to content

Commit

Permalink
Discard changes to setuptools/config/expand.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 30, 2024
1 parent ce66d0c commit 46b5786
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setuptools/config/expand.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46b5786

Please sign in to comment.