Skip to content

Commit 9fb62c9

Browse files
authored
Update pyproject.toml use hello_world script entry
1 parent 29baf7c commit 9fb62c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ version = "1.0.0"
1111
authors = [
1212
{ name="Zaihua Ji", email="[email protected]" },
1313
]
14+
1415
description = "RDA Python code template to create new and modify existing other RDA python packages"
1516
readme = "README.md"
1617
requires-python = ">=3.7"
@@ -25,4 +26,5 @@ classifiers = [
2526
"Homepage" = "https://github.com/NCAR/rda-python-template"
2627

2728
[project.scripts]
28-
startscript = "rda_python_template.startscript:main"
29+
hello_world = "rda_python_template.hello_world:main"
30+

0 commit comments

Comments
 (0)