Skip to content

Commit 768c0d1

Browse files
authored
Update pyproject.toml to include requires of package rda_python_common
1 parent a624de6 commit 768c0d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = [
3+
"setuptools>=61.0",
4+
"rda_python_common,
5+
]
36
build-backend = "setuptools.build_meta"
47

58
[project]

0 commit comments

Comments
 (0)