mv-python
mv-python
> PR welcome to replace them. There is no need to replace them. We need to ensure that setuptools is installed. setuptools provides distutils compatible API including backward compatible imports:...
> "Just" adding a depedency on setuptools is not a solution. You mentioned that > Setuptools uses this distutils-precedence.pth "trick" to hijack sys.path. That only runs on startup if setuptools...
I will have a look but currently I am don't have much time for that, so please be patient. In the meanwhile it seems that CI/CD is failing due this...
Thank you for your contribution! I had a quick look. It contains generated .cpp file (docs/examples/userguide/wrapping_CPlusPlus/rect_with_attributes.cpp). The file was commited by mistake I suppose.
There is also change in `.github/workflows/ci.yml`. Is it needed for this PR? I would remove it or move to separate PR...
I think there is good progress with the PR. I added several comments...
LGTM. Did consider also to simply configure .gitattributes? This would enforce non-python files too.