Skip to content

Commit 285b6a5

Browse files
committed
use ne reuse format
1 parent 4985855 commit 285b6a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }}/docs/dev_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Here is a *non-exhaustive* list of the most important files and directories in t
6060
- `codemeta.json`: metadata for harvesting by other tools and services
6161
- `LICENSE`: the (main) license of the project
6262
- `LICENSES`: copies of all licenses that apply to files in the project
63-
- `.reuse/dep5`: granular license and copyright information for all files and directories
63+
- `REUSE.toml`: granular license and copyright information for all files and directories
6464

6565
=== "Development"
6666
- `pyproject.toml`: project metadata, dependencies, development tool configurations

src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }}/docs/license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Unless stated otherwise, all code provided by this project
88
This project is [REUSE](https://reuse.software/) compliant.
99
The following detailed license and copyright information in
1010
[DEP5](https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/)
11-
format can also be found in the `.reuse/dep5` file in the project source directory:
11+
format can also be found in the `REUSE.toml` file in the project source directory:
1212

1313
```
14-
--8<-- ".reuse/dep5"
14+
--8<-- "REUSE.toml"
1515
```

0 commit comments

Comments
 (0)