add cache dir name to config

This commit is contained in:
Justus Kuhlmann 2026-02-20 09:45:05 +01:00
commit f8b70f07c9
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -72,6 +72,7 @@ def _create_config(path: str, tracker: str, cached: bool) -> ConfigParser:
'archive_path': 'archive',
'toml_imports_path': 'toml_imports',
'import_scripts_path': 'import_scripts',
'cache_path': '.cache',
}
return config