From a00dd9879df48ad3f576a11e27753e7357f4ba40 Mon Sep 17 00:00:00 2001 From: Forrest Williams Date: Thu, 26 Sep 2024 09:28:47 -0500 Subject: [PATCH] add entrypoint --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index da9e03f..ba84a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,9 @@ develop = [ Homepage = "https://github.com/ASFHyP3/OPERA-DISP-TMS" Documentation = "https://github.com/ASFHyP3/opera-disp-tms/tree/develop?tab=readme-ov-file#opera-disp-tms" +[project.scripts] +generate_frame_tile = "opera_disp_tms.generate_frame_tiles:main" + [tool.pytest.ini_options] testpaths = ["tests"] script_launch_mode = "subprocess"