Only remove src/default_config.cfg after build if we are in a develop copy
In order to not pollute src/; without this change a script doing on a sdist-built archive: ./setup.py build ./setup.py install would fail because src/default_config.cfg was removed after setup(), and data/default_config.cfg does not exist
Showing
Please register or sign in to comment