Deprecated editable install via `setup.py develop`
When installing 'development' version, I got the following warning:
DEPRECATION: Legacy editable install of klever==4.1.dev0+g0307160.d20250304 from file:///home/ubuntu/klever (setup.py develop) is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457