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 authored and neersighted committed Sep 24, 2022
1 parent b0a1144 commit 19c07d3
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 @@ -430,6 +430,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 19c07d3

Please sign in to comment.