Skip to content

Commit

Permalink
Update pyproject.toml to include requires of package rda_python_common
Browse files Browse the repository at this point in the history
  • Loading branch information
zaihuaji authored Jan 14, 2025
1 parent a624de6 commit 768c0d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = [
"setuptools>=61.0",
"rda_python_common,
]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 768c0d1

Please sign in to comment.