Skip to content

Commit

Permalink
Add real world example of plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Sep 23, 2022
1 parent 4e04acd commit 8bb9c40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ Which are:
- `C` - python module import path
- `D` - the entry point of the plugin (a function or class)

Example (from [`poetry-plugin-export`](http://github.com/python-poetry/poetry-plugin-export)):

```toml
[tool.poetry.plugins."poetry.application.plugin"]
export = "poetry_plugin_export.plugins:ExportApplicationPlugin"
```

## `urls`

In addition to the basic urls (`homepage`, `repository` and `documentation`), you can specify
Expand Down

0 comments on commit 8bb9c40

Please sign in to comment.