Skip to content

Commit

Permalink
changing license, adding bump version stuff and adding a file for zen…
Browse files Browse the repository at this point in the history
…odo to read
  • Loading branch information
micah-prime committed Jun 27, 2018
1 parent 1b3151c commit fa86971
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 675 deletions.
15 changes: 15 additions & 0 deletions .bumpversion.cfg
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]

50 changes: 50 additions & 0 deletions .zenodo.json
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"

}
Loading

0 comments on commit fa86971

Please sign in to comment.