From 9fb62c9a0f606383dd0f20b184ccd95259010f3c Mon Sep 17 00:00:00 2001 From: Zaihua Ji Date: Wed, 15 Jan 2025 11:09:32 -0600 Subject: [PATCH] Update pyproject.toml use hello_world script entry --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57edacb..f9a2986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ version = "1.0.0" authors = [ { name="Zaihua Ji", email="zji@ucar.edu" }, ] + description = "RDA Python code template to create new and modify existing other RDA python packages" readme = "README.md" requires-python = ">=3.7" @@ -25,4 +26,5 @@ classifiers = [ "Homepage" = "https://github.com/NCAR/rda-python-template" [project.scripts] -startscript = "rda_python_template.startscript:main" +hello_world = "rda_python_template.hello_world:main" +