@@ -26,7 +26,7 @@ dependencies = [
2626 " spdx-lookup>=0.3.3" ,
2727 " platformdirs>=4.2.2" ,
2828 " importlib-resources>=6.4.0" ,
29- " importlib-metadata (>=8.6.1,<9.0.0)"
29+ " importlib-metadata (>=8.6.1,<9.0.0)" ,
3030]
3131authors = [
3232 {
name =
" Anton Pirogov" ,
email =
" [email protected] " },
@@ -50,7 +50,7 @@ packages = [{include = "fair_python_cookiecutter", from = "src"}]
5050# always include basic info for humans and core metadata in the distribution,
5151# include files related to test and documentation only in sdist:
5252include = [
53- " *.md" , " LICENSE" , " LICENSES" , " .reuse/dep5 " , " CITATION.cff" , " codemeta.json" ,
53+ " *.md" , " LICENSE" , " LICENSES" , " REUSE.toml " , " CITATION.cff" , " codemeta.json" ,
5454 " mkdocs.yml" , " docs" , " tests" ,
5555 { path = " mkdocs.yml" , format = " sdist" },
5656 { path = " docs" , format = " sdist" },
@@ -66,13 +66,14 @@ pytest = "^8.3.2"
6666optional = true
6767
6868[tool .poetry .group .docs .dependencies ]
69- mkdocs = " ^1.6.0 "
69+ mkdocs = " ^1.6.1 "
7070mkdocstrings = {extras = [" python" ], version = " ^0.25.2" }
7171mkdocs-material = " ^9.5.30"
7272mkdocs-gen-files = " ^0.5.0"
7373mkdocs-literate-nav = " ^0.6.1"
7474mkdocs-section-index = " ^0.3.9"
7575mkdocs-macros-plugin = " ^1.0.5"
76+ mkdocs-autorefs = " ^1.4.0"
7677markdown-include = " ^0.8.1"
7778pymdown-extensions = " ^10.9"
7879markdown-exec = {extras = [" ansi" ], version = " ^1.9.3" }
0 commit comments