Skip to content

Commit

Permalink
Merge pull request #11 from ar90n/fix-poetry-plugins
Browse files Browse the repository at this point in the history
chore: Fix poetry plugin config
  • Loading branch information
ar90n authored Apr 24, 2022
2 parents 79ac27c + 05c1ee5 commit 2be82c1
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 2be82c1

Please sign in to comment.