From 602ce1e40c57e43cd6d27aa18386a2f07af36aaf Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Sun, 7 Jul 2024 20:26:50 +0200 Subject: [PATCH] update --- Makefile | 1 - REUSE.toml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfa73f177c..7f3fd69c24 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,6 @@ tutorial: FORCE lint: FORCE ruff check . black --check *.py pyro examples tests scripts profiler - python scripts/update_headers.py --check mypy --install-types --non-interactive pyro scripts tests license: FORCE diff --git a/REUSE.toml b/REUSE.toml index d35fee0da7..866cadae3e 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -85,3 +85,15 @@ path = "examples/capture_recapture/**csv" precedence = "aggregate" SPDX-FileCopyrightText = "Copyright (c) 2017-2019 Uber Technologies, Inc." SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "MANIFEST.in" +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project." +SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = "docs/source/_static/img/favicon/manifest.json" +precedence = "aggregate" +SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project." +SPDX-License-Identifier = "Apache-2.0"