Add `logot` to plugin list

This commit is contained in:
Dave Hall 2024-02-13 22:34:09 +00:00
parent 5bb1363435
commit fc35a426ac
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ DEVELOPMENT_STATUS_CLASSIFIERS = (
)
ADDITIONAL_PROJECTS = { # set of additional projects to consider as plugins
"logassert",
"logot",
"nuts",
"flask_fixture",
}