From e6ef7899cc9b1ea4a1b2e0e4c91c5d3134cfbf71 Mon Sep 17 00:00:00 2001 From: Marcel Wilson Date: Thu, 15 Feb 2024 13:45:21 -0600 Subject: [PATCH] adjusting boilerplate pyproject.toml --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0ef8661..8da41fd 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,7 +127,7 @@ split-on-trailing-comma = false ################################################################################ -# the following sections contain unique configurations to this package. +# END OF BOILERPLATE ScreenPyHQ CONFIGURATIONS # ################################################################################ [tool.poetry]