diff --git a/src/bindings/python/wheel/setup.py b/src/bindings/python/wheel/setup.py index 420c23f015c..7dcf40e0766 100644 --- a/src/bindings/python/wheel/setup.py +++ b/src/bindings/python/wheel/setup.py @@ -93,7 +93,6 @@ LIB_INSTALL_CFG = { PY_INSTALL_CFG = { "ie_py": { - # "name": f"pyie_{PYTHON_VERSION}", "name": PYTHON_VERSION, "prefix": "site-packages", "install_dir": PY_PACKAGES_DIR,