ubarsc / python-fmask

A set of command line utilities and Python modules that implement the ‘fmask’ algorithm
https://www.pythonfmask.org
GNU General Public License v3.0
74 stars 21 forks source link

update install to use entry points #61

Closed gillins closed 1 year ago

gillins commented 1 year ago

Closing as this will break existing users on Windows. The setuptools entry points code renames our .py scripts to .exe on Windows. This is different from the conda entry points which create a .py.exe entry point so Windows users can run the same code as Unix. May revisit in future if needed.