-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changing license, adding bump version stuff and adding a file for zen…
…odo to read
- Loading branch information
1 parent
1b3151c
commit fa86971
Showing
5 changed files
with
91 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[bumpversion] | ||
current_version = 0.1.0 | ||
commit = True | ||
tag = True | ||
|
||
[bumpversion:file:] | ||
|
||
[bumpversion:file:setup.py] | ||
|
||
[bumpversion:file:README.md] | ||
|
||
[bumpversion:file:pysnobal/__init__.py] | ||
|
||
[bumpversion:file:.zenodo.json] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
|
||
"license": "other-open", | ||
"title": "PySnobal", | ||
"version": "v0.1.0", | ||
"upload_type": "software", | ||
"keywords": [ | ||
"snow modeling", | ||
"water resources", | ||
"energy balance", | ||
"water supply forecasting" | ||
], | ||
"creators": [ | ||
{ | ||
"affiliation": "USDA Agricultural Research Service", | ||
"name": "Scott Havens", | ||
"orcid": "0000-0002-6933-4485" | ||
}, | ||
{ | ||
"affiliation": "USDA Agricultural Research Service", | ||
"name": "Danny Marks", | ||
"orcid": "0000-0003-3105-8427" | ||
}, | ||
|
||
{ | ||
"affiliation": "USDA Agricultural Research Service", | ||
"name": "Micah Sandusky", | ||
"orcid": "0000-0002-4235-5876" | ||
}, | ||
{ | ||
"affiliation": "USDA Agricultural Research Service", | ||
"name": "Andrew Hedrick", | ||
"orcid": "0000-0001-9511-1341" | ||
}, | ||
{ | ||
"affiliation": "USDA Agricultural Research Service", | ||
"name": "Micah Johnson", | ||
"orcid": "0000-0003-4029-8545" | ||
}, | ||
{ | ||
"affiliation": "USDA Agricultural Research Service", | ||
"name": "Mark Robertson", | ||
"orcid": "0000-0003-4621-0161" | ||
} | ||
|
||
], | ||
|
||
"access_right": "open" | ||
|
||
} |
Oops, something went wrong.