Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display a user-friendly exception when entry-point is invalid | Anderson Bravalheri | 2022-11-15 | 1 | -1/+9 |
| | |||||
* | Fix issue where string-based entry points would be omitted. Fixes #3103. | Jason R. Coombs | 2022-02-14 | 1 | -1/+1 |
| | |||||
* | Add test for loading entry points from a string. Ref #3103. | Jason R. Coombs | 2022-02-14 | 1 | -0/+9 |
| | |||||
* | Re-use ensure_valid in validate. | Jason R. Coombs | 2022-02-12 | 1 | -5/+3 |
| | |||||
* | Refactor _entry_points to separate loading from rendering. Explicitly ↵ | Jason R. Coombs | 2022-02-06 | 1 | -17/+55 |
| | | | | validate and restore validation of entry points that don't match the pattern. | ||||
* | Prefer jaraco.text for yield_lines. | Jason R. Coombs | 2022-02-06 | 1 | -1/+1 |
| | |||||
* | Extract module for entry point management. | Jason R. Coombs | 2022-02-06 | 1 | -0/+41 |