Skip to content

Commit a8d08ea

Browse files
committed
License classifiers are deprecated
1 parent bc31805 commit a8d08ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name = "merge-insertion"
77
description = "The merge-insertion sort (aka the Ford-Johnson algorithm) is optimized for using few comparisons."
88
version = "1.1.1"
99
authors = [ { name="Hauke Dämpfling", email="haukex@zero-g.net" } ]
10+
# https://spdx.org/licenses/
11+
license = "ISC"
1012
readme = "README.md"
1113
requires-python = ">=3.10"
1214
# https://pypi.org/classifiers/
@@ -17,7 +19,6 @@ classifiers = [
1719
"Programming Language :: Python :: 3.12",
1820
"Programming Language :: Python :: 3.13",
1921
"Programming Language :: Python :: 3.14",
20-
"License :: OSI Approved :: ISC License (ISCL)",
2122
"Development Status :: 5 - Production/Stable",
2223
"Topic :: Software Development :: Libraries",
2324
]

0 commit comments

Comments
 (0)