diff --git a/scripts/python/pyproject.toml b/scripts/python/pyproject.toml index c26d7bd8..a9b869f3 100644 --- a/scripts/python/pyproject.toml +++ b/scripts/python/pyproject.toml @@ -32,7 +32,7 @@ fodt-remove-chapters = "fodt.splitter:remove_chapters" fodt-remove-elements = "fodt.splitter:remove_elements" fodt-remove-fonts = "fodt.remove_fonts:remove_fonts" fodt-remove-lines = "fodt.remove_lines:remove_lines" -fodt-remove-span_tags = "fodt.remove_span_tags:remove_version_span_tags" +fodt-remove-span-tags = "fodt.remove_span_tags:remove_version_span_tags" fodt-set-font-decls = "fodt.set_fonts:set_font_decls" fodt-set-keyword-status = "fodt.add_keyword_status:set_keyword_status" fodt-split-all = "fodt.split_all:split_all"