We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d82768 commit a971bc7Copy full SHA for a971bc7
1 file changed
pyproject.toml
@@ -8,15 +8,14 @@ version = "0.6.0"
8
description = "C++ implementation of graph algorithms for network flow analysis and traffic engineering with Python bindings"
9
readme = "README.md"
10
requires-python = ">=3.11"
11
-license = { text = "BSD-3-Clause" }
+license = "BSD-3-Clause"
12
authors = [{ name = "Project Contributors" }]
13
classifiers = [
14
"Development Status :: 3 - Alpha",
15
"Intended Audience :: Developers",
16
"Intended Audience :: Science/Research",
17
"Topic :: Scientific/Engineering",
18
"Topic :: Software Development :: Libraries :: Python Modules",
19
- "License :: OSI Approved :: BSD License",
20
"Programming Language :: Python :: 3",
21
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
0 commit comments