Skip to content

Commit

Permalink
chore: Fix poetry plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
ar90n committed Apr 24, 2022
1 parent 79ac27c commit 05c1ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
[![Codecov][codecov-shield]][codecov-url]
[![Apache License 2.0 License][license-shield]][license-url]

## Install Poery plugins
```bash
$ poetry plugin add poethepoet[poetry_plugin]
```

[download-shield]: https://img.shields.io/pypi/dm/alfort?style=flat
[download-url]: https://pypi.org/project/alfort/
[version-shield]: https://img.shields.io/pypi/v/alfort?style=flat
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ source = "git-tag"

[tool.poe.tasks]
test = "pytest"
install-plugins = "poetry plugin add poetry-version-plugin poethepoet[poetry_plugin]"
install-pre-commit = "pre-commit install"

0 comments on commit 05c1ee5

Please sign in to comment.