-
Notifications
You must be signed in to change notification settings - Fork 35
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
release: version 1.2.4 #110
Conversation
Codecov Report
@@ Coverage Diff @@
## master #110 +/- ##
==============================================
- Coverage 62.469% 46.280% -16.189%
==============================================
Files 18 18
Lines 4487 4490 +3
==============================================
- Hits 2803 2078 -725
- Misses 1684 2412 +728
|
setup.py
Outdated
@@ -1,3 +1,3 @@ | |||
from setuptools import setup | |||
|
|||
setup() | |||
setup(use_scm_version={"fallback_version": "999"}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be moved to pyproject.toml
in a new section:
[tool.setuptools_scm]
fallback_version = "999"
update prms and mf6 target paths
update prms and mf6 target paths
No description provided.