Skip to content

Commit

Permalink
Update pyproject.toml use hello_world script entry
Browse files Browse the repository at this point in the history
  • Loading branch information
zaihuaji authored Jan 15, 2025
1 parent 29baf7c commit 9fb62c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ version = "1.0.0"
authors = [
{ name="Zaihua Ji", email="[email protected]" },
]

description = "RDA Python code template to create new and modify existing other RDA python packages"
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -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"

0 comments on commit 9fb62c9

Please sign in to comment.