From 0873cfdb4d1cab0514df9c4da77b74b95f733a2e Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sun, 7 Apr 2024 00:38:04 -0400 Subject: [PATCH] docs: mention Poetry way of doing entry-points --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 752f7a9..ca5da4f 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -6,7 +6,7 @@ nicer display names. When writing a plugin, you should also do a few things when setting up the package. These suggestions assume you are using a standardized backend, such as `hatchling`, `flit-core`, `pdm-backend`, or `setuptools>=61`. If you are using some other build backend, please adjust -accordingly. +accordingly. Notably, Poetry calls `project.entry-points` "`tool.poetry.plugins`". ## Entry points