diff --git a/setup.py b/setup.py index 8fc5833..d0e779d 100644 --- a/setup.py +++ b/setup.py @@ -31,4 +31,5 @@ python_requires='>=3.6', include_package_data=True, keywords=['hydra', 'submitit', 'jean-zay'], + scripts=['jz_hydra_submitit_launcher/bin/hydra-submitit-launch'], )