Skip to content

Commit 2d9cc34

Browse files
committed
MAINT: update license metadata to use PEP 639 style license and SPDX expression
1 parent 617ff5f commit 2d9cc34

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ requires = [
2323
[project]
2424
name = "PyWavelets"
2525
version = "1.8.0.dev0"
26-
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
27-
# at that point, no longer include them in `py3.install_sources()`
28-
license = {file = "LICENSE"}
26+
license = "MIT"
27+
license-files = ["LICENSE"]
2928
maintainers = [
3029
{name = "The PyWavelets Developers", email = "pywavelets@googlegroups.com"}
3130
]
@@ -38,7 +37,6 @@ classifiers = [
3837
"Intended Audience :: Developers",
3938
"Intended Audience :: Education",
4039
"Intended Audience :: Science/Research",
41-
"License :: OSI Approved :: MIT License",
4240
"Operating System :: OS Independent",
4341
"Programming Language :: C",
4442
"Programming Language :: Python",

0 commit comments

Comments
 (0)