From fc35a426ac9909fa5116849f2c23ce8129f8f94c Mon Sep 17 00:00:00 2001 From: Dave Hall Date: Tue, 13 Feb 2024 22:34:09 +0000 Subject: [PATCH] Add `logot` to plugin list --- scripts/update-plugin-list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-plugin-list.py b/scripts/update-plugin-list.py index 2c57414c0..c21520819 100644 --- a/scripts/update-plugin-list.py +++ b/scripts/update-plugin-list.py @@ -61,6 +61,7 @@ DEVELOPMENT_STATUS_CLASSIFIERS = ( ) ADDITIONAL_PROJECTS = { # set of additional projects to consider as plugins "logassert", + "logot", "nuts", "flask_fixture", }