Skip to content

Commit

Permalink
docs: mention Poetry way of doing entry-points
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 7, 2024
1 parent 2ed5508 commit 0873cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0873cfd

Please sign in to comment.