File tree 7 files changed +13
-14
lines changed
7 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ concurrency:
18
18
19
19
jobs :
20
20
refresh_lockfiles :
21
- uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.04.4
21
+ uses : scitools/workflows/.github/workflows/refresh-lockfiles.yml@2025.05.1
22
22
secrets : inherit
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ concurrency:
25
25
jobs :
26
26
manifest :
27
27
name : " check-manifest"
28
- uses : scitools/workflows/.github/workflows/ci-manifest.yml@2025.04.4
28
+ uses : scitools/workflows/.github/workflows/ci-manifest.yml@2025.05.1
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
prompt-share :
13
- uses : scitools/workflows/.github/workflows/ci-template-check.yml@2025.04.4
13
+ uses : scitools/workflows/.github/workflows/ci-template-check.yml@2025.05.1
14
14
secrets : inherit
15
15
with :
16
16
pr_number : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 3
3
requires = [
4
4
" Cython" ,
5
5
" numpy>=2" ,
6
- " setuptools>=61 " ,
7
- " setuptools_scm[toml]>=7 " ,
6
+ " setuptools>=77.0.3 " ,
7
+ " setuptools_scm[toml]>=8 " ,
8
8
" wheel" ,
9
9
]
10
10
# Defined by PEP 517
@@ -17,7 +17,6 @@ authors = [
17
17
classifiers = [
18
18
" Development Status :: 5 - Production/Stable" ,
19
19
" Intended Audience :: Science/Research" ,
20
- " License :: OSI Approved :: BSD License" ,
21
20
" Operating System :: POSIX" ,
22
21
" Operating System :: POSIX :: Linux" ,
23
22
" Operating System :: Unix" ,
@@ -44,7 +43,8 @@ keywords = [
44
43
" python" ,
45
44
" ocean-science" ,
46
45
]
47
- license = {text = " BSD-3-Clause" }
46
+ license = " BSD-3-Clause"
47
+ license-files = [" LICENSE" ]
48
48
name = " stratify"
49
49
requires-python = " >=3.10"
50
50
@@ -53,7 +53,6 @@ Code = "https://github.com/SciTools-incubator/python-stratify"
53
53
Issues = " https://github.com/SciTools-incubator/python-stratify/issues"
54
54
55
55
[tool .setuptools ]
56
- license-files = [" LICENSE" ]
57
56
zip-safe = false
58
57
59
58
[tool .setuptools .dynamic ]
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ dependencies:
7
7
- python=3.10
8
8
9
9
# Setup dependencies.
10
- - setuptools
11
- - setuptools-scm
10
+ - setuptools>=77.0.3
11
+ - setuptools-scm>=8
12
12
13
13
# Core dependencies.
14
14
- numpy>=2
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ dependencies:
7
7
- python=3.11
8
8
9
9
# Setup dependencies.
10
- - setuptools
11
- - setuptools-scm
10
+ - setuptools>=77.0.3
11
+ - setuptools-scm>=8
12
12
13
13
# Core dependencies.
14
14
- numpy>=2
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ dependencies:
7
7
- python=3.12
8
8
9
9
# Setup dependencies.
10
- - setuptools
11
- - setuptools-scm
10
+ - setuptools>=77.0.3
11
+ - setuptools-scm>=8
12
12
13
13
# Core dependencies.
14
14
- numpy>=2
You can’t perform that action at this time.
0 commit comments