From 75a156a8b849d9e2c4744a1f5e32d54d4a210dce Mon Sep 17 00:00:00 2001 From: Martin Porks Date: Tue, 17 Sep 2024 16:59:14 +0200 Subject: [PATCH] docs: replace old cat name with cat-python --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 941bd05..f6bc813 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ # NOTE: If you installed your project in editable mode, this might be stale. # If this is the case, reinstall it to refresh the metadata -info = metadata("cat") +info = metadata("cat-python") project_name = info["Name"] author = ", ".join([x.split("<")[0].strip() for x in info["Author-email"].split(",")])