Skip to content

Commit 982f7c2

Browse files
committed
Use an SPDX license expression
This avoids a warning from setuptools. See https://packaging.python.org/en/latest/specifications/license-expression/
1 parent 43a04f6 commit 982f7c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

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

55
[project]
@@ -10,10 +10,9 @@ authors = [
1010
]
1111
description = "Open compressed files transparently"
1212
readme = "README.rst"
13-
license = {text = "MIT"}
13+
license = "MIT"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
16-
"License :: OSI Approved :: MIT License",
1716
"Programming Language :: Python :: 3"
1817
]
1918
requires-python = ">=3.9"

0 commit comments

Comments
 (0)