Hi list, As a result of me recently deploying the Python setuptools and then installing the EasyBuild packages with them, I now have sections like the following:
[easy_install] in the setup.cfg files in easyconfigs (previously not existing), easyblocks, and framework. Obviously, there’s some process on my computer that is creating it. But in general is it harmless to have that section in the file when it’s unneeded, so that it’s safe to upload it as a change? Or am I better off finding some way to ignore that file? If the latter, would it be sensible to add setup.cfg to .gitignore? Thanks, Ben

