File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ name = "merge-insertion"
77description = " The merge-insertion sort (aka the Ford-Johnson algorithm) is optimized for using few comparisons."
88version = " 1.1.1"
99authors = [ { name =" Hauke Dämpfling" , email =" haukex@zero-g.net" } ]
10+ # https://spdx.org/licenses/
11+ license = " ISC"
1012readme = " README.md"
1113requires-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]
You can’t perform that action at this time.
0 commit comments