We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab8707 + d1b50bb commit d9f5525Copy full SHA for d9f5525
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "rda_python_miscs"
9
-version = "1.0.2"
+version = "1.0.3"
10
authors = [
11
{ name="Zaihua Ji", email="zji@ucar.edu" },
12
]
@@ -46,6 +46,7 @@ where = ["src"]
46
"rdals" = "rda_python_miscs.rdals:main"
47
"gdexls" = "rda_python_miscs.gdexls:main"
48
"rdaps" = "rda_python_miscs.rdaps:main"
49
+"rdazip" = "rda_python_miscs.rdazip:main"
50
"rdaown" = "rda_python_miscs.rdaown:main"
51
"rdacp.py" = "rda_python_miscs.rdacp:main"
52
"rdakill.py" = "rda_python_miscs.rdakill:main"
0 commit comments