Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Move nwm_client_new version inside package source" #155

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Move nwm_client_new version inside package source"
jarq6c authored Nov 3, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 56eaa632acaa3d63df51fb110acf75d5567fd984
2 changes: 1 addition & 1 deletion python/nwm_client_new/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = hydrotools.nwm_client_new
version = attr: hydrotools.nwm_client_new._version.__version__
version = 6.0.0b0
author = Jason A. Regina
author_email = jason.regina@noaa.gov
description = Retrieve National Water Model data from various sources.
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
# removing __version__ import will cause build to fail. see: https://github.com/pypa/setuptools/issues/1724#issuecomment-627241822
from ._version import __version__

This file was deleted.