Skip to content

Commit ce992e1

Browse files
authored
Merge pull request #9 from NCAR/hua-work-dscheck
build classes PgCheck and DsCheck
2 parents 8536a25 + 0c39f55 commit ce992e1

File tree

6 files changed

+2516
-648
lines changed

6 files changed

+2516
-648
lines changed

pyproject.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_dscheck"
7-
version = "1.0.9"
7+
version = "2.0.0"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]
@@ -18,18 +18,13 @@ classifiers = [
1818
"Development Status :: 5 - Production/Stable",
1919
]
2020
dependencies = [
21-
"rda_python_common",
22-
"rda_python_setuid",
21+
"rda_python_common"
2322
]
2423

25-
[tool.setuptools]
26-
include-package-data = true
27-
28-
[tool.setuptools.packages.find]
29-
where = ["src"]
30-
31-
[tool.setuptools.package-data]
32-
"rda_python_dscheck" = ["dscheck.usg"]
24+
[tool.pytest.ini_options]
25+
pythonpath = [
26+
"src"
27+
]
3328

3429
[project.urls]
3530
"Homepage" = "https://github.com/NCAR/rda-python-dscheck"

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
psycopg2-binary==2.9.10
2+
pytest
3+
rda-python-globus
4+
unidecode
5+
hvac
16
rda_python_common

0 commit comments

Comments
 (0)