Use console_scripts entry point for pipx compatibility
Replace scripts=glob("bin/*") with entry_points console_scripts
to make solaar installable via pipx. pipx requires packages to
define console_scripts entry points to detect command-line apps.
This commit is contained in:
parent
30d4d0f65d
commit
8cea17fc46
Loading…
Reference in New Issue