We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8ebc4 commit 62aef3aCopy full SHA for 62aef3a
1 file changed
pyproject.toml
@@ -1,7 +1,6 @@
1
[build-system]
2
requires = [
3
"setuptools>=61.0",
4
- "rda_python_common",
5
]
6
build-backend = "setuptools.build_meta"
7
@@ -20,6 +19,9 @@ classifiers = [
20
19
"Operating System :: OS Independent",
21
"Development Status :: 5 - Production/Stable",
22
+dependencies = [
23
+ "rda_python_common",
24
+]
25
26
[tool.setuptools]
27
include-package-data = true
0 commit comments