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 546c32f commit 2ad6fe6Copy full SHA for 2ad6fe6
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
requires = [
3
"setuptools>=61.0",
4
- "rda_python_common,
+ "rda_python_common",
5
]
6
build-backend = "setuptools.build_meta"
7
@@ -11,7 +11,6 @@ version = "1.0.0"
11
authors = [
12
{ name="Zaihua Ji", email="zji@ucar.edu" },
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"
0 commit comments