bugfix: clones and setup.cfg fields
We required a cloned python project to have an [options] section
in setup.cfg just to identify if it had entry_points.
Otherwise we'd silently not install it correctly in the venv.
This has been fixed.
We required a cloned python project to have an [options] section
in setup.cfg just to identify if it had entry_points.
Otherwise we'd silently not install it correctly in the venv.
This has been fixed.