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"