summaryrefslogtreecommitdiff
path: root/setuptools/_entry_points.py
Commit message (Expand)AuthorAgeFilesLines
* Display a user-friendly exception when entry-point is invalidAnderson Bravalheri2022-11-151-1/+9
* Fix issue where string-based entry points would be omitted. Fixes #3103.Jason R. Coombs2022-02-141-1/+1
* Add test for loading entry points from a string. Ref #3103.Jason R. Coombs2022-02-141-0/+9
* Re-use ensure_valid in validate.Jason R. Coombs2022-02-121-5/+3
* Refactor _entry_points to separate loading from rendering. Explicitly validat...Jason R. Coombs2022-02-061-17/+55
* Prefer jaraco.text for yield_lines.Jason R. Coombs2022-02-061-1/+1
* Extract module for entry point management.Jason R. Coombs2022-02-061-0/+41