We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I notice that the script hal_hdf5_to_fits.py is part of the scripts directory. I think this should be installed when installing the library.
hal_hdf5_to_fits.py
scripts
One way to do this is by adding, I believe, in the setup.py the following:
setup.py
scripts = ['scripts/hal_hdf5_to_fits.py'],