Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andife committed Jul 7, 2024
1 parent ff99154 commit 602ce1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 602ce1e

Please sign in to comment.