From 5ebdb1f0c7ca3d65e5b77b2a760b720bfc2c99a6 Mon Sep 17 00:00:00 2001 From: Artur Paniukov Date: Thu, 19 Oct 2023 17:09:19 +0100 Subject: [PATCH] Change Authors --- .../user_ie_extensions/tokenizer/python/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/custom_operations/user_ie_extensions/tokenizer/python/pyproject.toml b/modules/custom_operations/user_ie_extensions/tokenizer/python/pyproject.toml index a4ecc6a91..04463f4cf 100644 --- a/modules/custom_operations/user_ie_extensions/tokenizer/python/pyproject.toml +++ b/modules/custom_operations/user_ie_extensions/tokenizer/python/pyproject.toml @@ -4,8 +4,7 @@ version = "0.0.1" description = "Convert tokenizers into OpenVINO models" requires-python = ">=3.8" authors = [ - { name = "Artur Paniukov", email = "artur.paniukov@intel.com" }, - { name = "Sergey Lyalin", email = "sergey.lyalin@intel.com" }, + { name = "OpenVINO Developers", email = "openvino@intel.com" }, ] dependencies = [