Skip to content

Commit f068a9f

Browse files
committed
pyproject.toml: Update metadata
1 parent c2800fc commit f068a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ authors = [
1717
]
1818
dependencies = []
1919
requires-python = ">=3.9"
20-
license = {text = "GPLv2+"}
20+
license = "GPL-2.0-or-later"
2121
keywords = ["integer programming", "cutting planes"]
2222
classifiers = [
2323
"Development Status :: 5 - Production/Stable",
2424
"Intended Audience :: Science/Research",
25-
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
2625
"Programming Language :: Python",
2726
"Programming Language :: Python :: 3",
2827
"Programming Language :: Python :: 3.9",
2928
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
3130
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3232
"Topic :: Scientific/Engineering :: Mathematics",
3333
]
3434
dynamic = ['version']

0 commit comments

Comments
 (0)