diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ setup( ], packages=find_packages(exclude=["docs", "tests"]), scripts=[ + "bin/fg21sim", "bin/healpix2hpx", "bin/hpx2healpix", ], |