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(",")])