We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29baf7c commit 9fb62c9Copy full SHA for 9fb62c9
pyproject.toml
@@ -11,6 +11,7 @@ version = "1.0.0"
11
authors = [
12
{ name="Zaihua Ji", email="[email protected]" },
13
]
14
+
15
description = "RDA Python code template to create new and modify existing other RDA python packages"
16
readme = "README.md"
17
requires-python = ">=3.7"
@@ -25,4 +26,5 @@ classifiers = [
25
26
"Homepage" = "https://github.com/NCAR/rda-python-template"
27
28
[project.scripts]
-startscript = "rda_python_template.startscript:main"
29
+hello_world = "rda_python_template.hello_world:main"
30
0 commit comments