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"