From 1de575218ae99fd0784fd4a699d05f9ca1b21a37 Mon Sep 17 00:00:00 2001 From: Peter Baumgartner <5107405+pmbaumgartner@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:07:58 -0400 Subject: [PATCH] Update Entry Points Link (#60) * Update README.md Fix link to entry points explanation * use link over at packaging.python.org --------- Co-authored-by: Sofie Van Landeghem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1f15cd..b82ffd6 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ you don't need to rely on the import side-effects. Create a new registry for a given namespace. Returns a setter function that can be used as a decorator or called with a name and `func` keyword argument. If `entry_points=True` is set, the registry will check for -[Python entry points](https://packaging.python.org/tutorials/packaging-projects/#entry-points) +[Python entry points](https://packaging.python.org/en/latest/specifications/entry-points) advertised for the given namespace, e.g. the entry point group `spacy_architectures` for the namespace `"spacy", "architectures"`, in `Registry.get` and `Registry.get_all`. This allows other packages to