Skip to content

Commit a971bc7

Browse files
committed
Update license format in pyproject.toml to a simplified string representation and remove redundant classifier entry for OSI approved license.
1 parent 1d82768 commit a971bc7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ version = "0.6.0"
88
description = "C++ implementation of graph algorithms for network flow analysis and traffic engineering with Python bindings"
99
readme = "README.md"
1010
requires-python = ">=3.11"
11-
license = { text = "BSD-3-Clause" }
11+
license = "BSD-3-Clause"
1212
authors = [{ name = "Project Contributors" }]
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: Science/Research",
1717
"Topic :: Scientific/Engineering",
1818
"Topic :: Software Development :: Libraries :: Python Modules",
19-
"License :: OSI Approved :: BSD License",
2019
"Programming Language :: Python :: 3",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)