Skip to content

Commit 7269c61

Browse files
authored
Merge pull request #7 from NCAR/tcram-patch-1
Add dependencies to pyproject.toml
2 parents 0522d4e + 62aef3a commit 7269c61

2 files changed

Lines changed: 3 additions & 2 deletions

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

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)