-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
36 lines (34 loc) · 956 Bytes
/
REUSE.toml
File metadata and controls
36 lines (34 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version = 1
[[annotations]]
SPDX-FileCopyrightText = "Copyright © 2025 Pablo Castellazzi <pablo.castellazzi@icloud.com>"
SPDX-License-Identifier = "MIT"
precedence = "override"
path = [
".editorconfig",
".gitignore",
".prekignore",
"GNUmakefile",
"LICENSES/MIT.txt",
"README.md",
"REUSE.toml",
"copier.yml",
"macros.jinja",
"post_generation.sh",
"prek.toml",
"scripts/update-python-version.sh",
"template/.coveragerc.jinja",
"template/.editorconfig",
"template/.gitignore",
"template/.python-version.jinja",
"template/GNUmakefile.jinja",
"template/README.md.jinja",
"template/REUSE.toml.jinja",
"template/prek.toml",
"template/pyproject.toml.jinja",
"template/ruff.toml.jinja",
"template/src/{{ project_module }}/__about__.py",
"template/src/{{ project_module }}/__init__.py",
"template/tests/__init__.py",
"template/tests/test_version.py.jinja",
"template/{{ _copier_conf.answers_file }}.jinja",
]