From e1d03b2eaaadcb9b38eb9eda24e18432f16b0ac7 Mon Sep 17 00:00:00 2001 From: zaihuaji Date: Mon, 10 Feb 2025 12:28:04 -0600 Subject: [PATCH] save --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b397f7f..8bbc408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ include-package-data = true where = ["src"] [tool.setuptools.package-data] -"rda_python_tmplate" = ["hello_workd.usg"] +"rda_python_tmplate" = ["hello_world.usg"] [project.urls] "Homepage" = "https://github.com/NCAR/rda-python-template"