From 05c1ee550786999a7376a1697a7706c8644e4d3e Mon Sep 17 00:00:00 2001 From: Masahiro Wada Date: Sun, 24 Apr 2022 11:47:25 +0000 Subject: [PATCH] chore: Fix poetry plugin config --- README.md | 5 +++++ pyproject.toml | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6d3ff..db02952 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e13d4e8..b18d529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"