Skip to content

Commit 62aef3a

Browse files
authored
add dependencies to [project] section
1 parent 0e8ebc4 commit 62aef3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build-system]
22
requires = [
33
"setuptools>=61.0",
4-
"rda_python_common",
54
]
65
build-backend = "setuptools.build_meta"
76

@@ -20,6 +19,9 @@ classifiers = [
2019
"Operating System :: OS Independent",
2120
"Development Status :: 5 - Production/Stable",
2221
]
22+
dependencies = [
23+
"rda_python_common",
24+
]
2325

2426
[tool.setuptools]
2527
include-package-data = true

0 commit comments

Comments
 (0)