From ab422966a2d7f5ad72293845d317099a01d56def Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 28 Jun 2025 21:07:56 +0200 Subject: [PATCH] fix reuse --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index a5a8277..19fa91e 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,7 +1,7 @@ version = 1 [[annotations]] -path = [".flake8", ".dockerignore", ".github/**", ".gitignore", "app/**.py", "app/static/theme.js", "app/templates/**", "Dockerfile", "frontend/**", "poetry.lock", "pyproject.toml", "README.rst", "setup.cfg", "tests/**", "REUSE.toml"] +path = ["docker-compose.yml", ".flake8", ".dockerignore", ".github/**", ".gitignore", "app/**.py", "app/static/theme.js", "app/templates/**", "Dockerfile", "frontend/**", "poetry.lock", "pyproject.toml", "README.rst", "setup.cfg", "tests/**", "REUSE.toml"] precedence = "aggregate" SPDX-FileCopyrightText = "The MSYS2 Authors" SPDX-License-Identifier = "MIT"