From a7b6ef5ec5d06780a06a074c989159cd7085a70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sat, 3 Feb 2024 10:22:44 +0100 Subject: [PATCH] line length --- docs/pyproject.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/pyproject.md b/docs/pyproject.md index 014046a58cf..75c74844cbd 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -214,7 +214,9 @@ packages = [ ] ``` -The `to` parameter is designed to specify the relative destination path where the package will be located upon installation. This allows for greater control over the organization of packages within your project's structure. +The `to` parameter is designed to specify the relative destination path +where the package will be located upon installation. This allows for +greater control over the organization of packages within your project's structure. ```toml [tool.poetry]