From 7c6ff43f3eb81a07fbbc28b70f48ac3a4fe90bfc Mon Sep 17 00:00:00 2001 From: bandophahita Date: Thu, 15 Feb 2024 13:45:39 -0600 Subject: [PATCH] adjusting boilerplate pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b40e58..3f99774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,9 @@ # PIP: # pip install -e .[dev] +# everything in the boilerplate *SHOULD* match between the ScreenPyHQ packages. ################################################################################ -# the following sections do not contain unique configurations to this package. +# START OF BOILERPLATE ScreenPyHQ CONFIGURATIONS # ################################################################################ @@ -126,10 +127,9 @@ split-on-trailing-comma = false ################################################################################ -# the following sections contain unique configurations to this package. +# END OF BOILERPLATE ScreenPyHQ CONFIGURATIONS # ################################################################################ - [tool.poetry] name = "screenpy_playwright" version = "0.0.2"