File tree 4 files changed +10
-11
lines changed 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
# Defined by PEP 518
3
3
requires = [
4
- " setuptools>=64 " ,
5
- " setuptools_scm[toml]>=7.0 " ,
4
+ " setuptools>=77.0.3 " ,
5
+ " setuptools_scm[toml]>=8 " ,
6
6
" wheel" ,
7
7
]
8
8
# Defined by PEP 517
@@ -15,7 +15,6 @@ authors = [
15
15
classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Intended Audience :: Science/Research" ,
18
- " License :: OSI Approved :: BSD License" ,
19
18
" Operating System :: MacOS" ,
20
19
" Operating System :: POSIX" ,
21
20
" Operating System :: POSIX :: Linux" ,
@@ -48,7 +47,8 @@ keywords = [
48
47
" ugrid" ,
49
48
" visualisation" ,
50
49
]
51
- license = {text = " BSD-3-Clause" }
50
+ license = " BSD-3-Clause"
51
+ license-files = [" LICENSE" ]
52
52
name = " scitools-iris"
53
53
requires-python = " >=3.11"
54
54
@@ -116,7 +116,6 @@ known-first-party = ["iris"]
116
116
convention = " numpy"
117
117
118
118
[tool .setuptools ]
119
- license-files = [" LICENSE" ]
120
119
zip-safe = false
121
120
122
121
[tool .setuptools .dynamic ]
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 >=64
11
- - setuptools-scm >=7
10
+ - setuptools >=77.0.3
11
+ - setuptools-scm >=8
12
12
13
13
# Core dependencies.
14
14
- cartopy >=0.21
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 >=64
11
- - setuptools-scm >=7
10
+ - setuptools >=77.0.3
11
+ - setuptools-scm >=8
12
12
13
13
# Core dependencies.
14
14
- cartopy >=0.21
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ dependencies:
7
7
- python =3.13
8
8
9
9
# Setup dependencies.
10
- - setuptools >=64
11
- - setuptools-scm >=7
10
+ - setuptools >=77.0.3
11
+ - setuptools-scm >=8
12
12
13
13
# Core dependencies.
14
14
- cartopy >=0.21
You can’t perform that action at this time.
0 commit comments