We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4114f54 commit 7a9a8b8Copy full SHA for 7a9a8b8
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools >= 63", "setuptools_scm[toml] >= 6.2", "Cython >= 0.29.20"]
+requires = ["setuptools >= 78", "setuptools_scm[toml] >= 6.2", "Cython >= 0.29.20"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -9,11 +9,10 @@ authors = [
9
]
10
description = "Fast banded edit distance"
11
readme = "README.md"
12
-license = {text = "MIT"}
+license = "MIT"
13
classifiers = [
14
"Development Status :: 4 - Beta",
15
"Intended Audience :: Science/Research",
16
- "License :: OSI Approved :: MIT License",
17
"Natural Language :: English",
18
"Programming Language :: Cython",
19
"Programming Language :: Python :: 3",
0 commit comments