Skip to content

Commit

Permalink
Update Entry Points Link (#60)
Browse files Browse the repository at this point in the history
* Update README.md

Fix link to entry points explanation

* use link over at packaging.python.org

---------

Co-authored-by: Sofie Van Landeghem <[email protected]>
  • Loading branch information
pmbaumgartner and svlandeg committed Mar 22, 2024
1 parent d161940 commit 1de5752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1de5752

Please sign in to comment.