File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ node: $Format:%H$
2
+ node-date: $Format:%cI$
3
+ describe-name: $Format:%(describe:tags=true,match=*[0-9]*)$
1
4
ref-names: $Format:%D$
Original file line number Diff line number Diff line change 58
58
// "pip+emcee": [""], // emcee is only available for install with pip.
59
59
// },
60
60
"matrix" : {
61
- "setuptools_scm[toml]" : [" " ], // GH6609
62
- "setuptools_scm_git_archive" : [" " ], // GH6609
61
+ "setuptools_scm" : [" " ], // GH6609
63
62
"numpy" : [" " ],
64
63
"pandas" : [" " ],
65
64
"netcdf4" : [" " ],
Original file line number Diff line number Diff line change 2
2
build-backend = " setuptools.build_meta"
3
3
requires = [
4
4
" setuptools>=42" ,
5
- " setuptools-scm[toml]>=3.4" ,
6
- " setuptools-scm-git-archive" ,
5
+ " setuptools-scm>=7" ,
7
6
]
8
7
9
8
[tool .setuptools_scm ]
You can’t perform that action at this time.
0 commit comments