Skip to content

bugfix: clones and setup.cfg fields

Compare
Choose a tag to compare
@TyberiusPrime TyberiusPrime released this 13 Jul 14:34
· 105 commits to main since this release

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.