Closed jhunkeler closed 5 years ago
@stscirij : Sorry, I missed the scripts = entry in setup.cfg when I was working on this.
scripts =
setup.cfg
This removes the original shell script and lets setuptools create [..]/bin/calcos itself (https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation)
setuptools
[..]/bin/calcos
Fixes: #33
@stscirij : Sorry, I missed the
scripts =
entry insetup.cfg
when I was working on this.This removes the original shell script and lets
setuptools
create[..]/bin/calcos
itself (https://setuptools.readthedocs.io/en/latest/setuptools.html#automatic-script-creation)Fixes: #33