Skip to content

Commit 2ad6fe6

Browse files
authored
Update pyproject.toml add multiple requires
1 parent 546c32f commit 2ad6fe6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"rda_python_common,
4+
"rda_python_common",
55
]
66
build-backend = "setuptools.build_meta"
77

@@ -11,7 +11,6 @@ version = "1.0.0"
1111
authors = [
1212
{ name="Zaihua Ji", email="zji@ucar.edu" },
1313
]
14-
1514
description = "RDA Python code template to create new and modify existing other RDA python packages"
1615
readme = "README.md"
1716
requires-python = ">=3.7"

0 commit comments

Comments
 (0)