Skip to content

Commit a202c7c

Browse files
committed
MNT: Update packaging metadata for license (Fixes Unidata#3802)
This addresses a deprecation in Setuptools >=77.
1 parent 8d65684 commit a202c7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "wheel", "setuptools_scm[toml]>=3.4"]
2+
requires = ["setuptools>=77", "setuptools_scm[toml]>=3.4"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -8,7 +8,8 @@ description = "Collection of tools for reading, visualizing and performing calcu
88
readme = "README.md"
99
dynamic = ["version"]
1010
maintainers = [{name = "MetPy Developers", email = "[email protected]"}]
11-
license = {text = "BSD-3-Clause"}
11+
license = "BSD-3-Clause"
12+
license-files = ["LICENSE", "AUTHORS.txt"]
1213
keywords = ["meteorology", "weather"]
1314
classifiers = [
1415
"Development Status :: 5 - Production/Stable",
@@ -21,8 +22,7 @@ classifiers = [
2122
"Topic :: Scientific/Engineering",
2223
"Topic :: Scientific/Engineering :: Atmospheric Science",
2324
"Intended Audience :: Science/Research",
24-
"Operating System :: OS Independent",
25-
"License :: OSI Approved :: BSD License"
25+
"Operating System :: OS Independent"
2626
]
2727
requires-python = ">=3.10"
2828
dependencies = [

0 commit comments

Comments
 (0)