Skip to content

Commit a131010

Browse files
authored
Merge pull request NOAA-OWP#196 from jarq6c/nwm-units
Add minimal unit handling to `nwm_client`
2 parents 74486a7 + bbabd52 commit a131010

25 files changed

+166
-16682
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PYTHON=$(PYENV)/bin/python3
33
NAMESPACE_DIR := ./python/
44

55
PACKAGE := hydrotools
6-
SUBPACKAGES := _restclient[develop] nwis_client[develop] caches[develop] nwm_client_new[develop] events[develop] metrics[develop] nwm_client[gcp,develop]
6+
SUBPACKAGES := _restclient[develop] nwis_client[develop] caches[develop] nwm_client_new[develop] events[develop] metrics[develop] nwm_client[develop]
77

88
# discard `extras_require` qualifies from subpackage names (e.g. [develop])
99
SUBPACKAGES_WITHOUT_EXTRA_REQUIRE = $(shell echo $(SUBPACKAGES) | sed 's|\[[^][]*\]||g')

python/gcp_client/CONTRIBUTING.md

-1
This file was deleted.

python/gcp_client/LICENSE

-1
This file was deleted.

python/gcp_client/MANIFEST.in

-2
This file was deleted.

python/gcp_client/README.md

-94
This file was deleted.

python/gcp_client/SECURITY.md

-1
This file was deleted.

python/gcp_client/TERMS.md

-1
This file was deleted.

python/gcp_client/pyproject.toml

-6
This file was deleted.

python/gcp_client/pytest.ini

-4
This file was deleted.

python/gcp_client/setup.cfg

-48
This file was deleted.

python/gcp_client/src/hydrotools/gcp_client/__init__.py

-8
This file was deleted.

python/gcp_client/src/hydrotools/gcp_client/_version.py

-1
This file was deleted.

0 commit comments

Comments
 (0)