Skip to content

Commit 7a9a8b8

Browse files
committed
SPDX license expression
PEP 639
1 parent 4114f54 commit 7a9a8b8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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 >= 63", "setuptools_scm[toml] >= 6.2", "Cython >= 0.29.20"]
2+
requires = ["setuptools >= 78", "setuptools_scm[toml] >= 6.2", "Cython >= 0.29.20"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -9,11 +9,10 @@ authors = [
99
]
1010
description = "Fast banded edit distance"
1111
readme = "README.md"
12-
license = {text = "MIT"}
12+
license = "MIT"
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: MIT License",
1716
"Natural Language :: English",
1817
"Programming Language :: Cython",
1918
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)