File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/fair_python_cookiecutter/template/{{ cookiecutter.project_slug }}/docs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Unless stated otherwise, all code provided by this project
88This project is [ REUSE] ( https://reuse.software/ ) compliant.
99The 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```
You can’t perform that action at this time.
0 commit comments