Skip to content

Commit f8f84c7

Browse files
committed
feat: first release #minor
1 parent 2a41b7d commit f8f84c7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ authors = [
88
]
99
readme = "README.md"
1010
license = "MIT"
11-
keywords = ["convex optimization", "biconvex optimization", "disciplined biconvex programming"]
11+
keywords = [
12+
"convex optimization",
13+
"disciplined convex programming",
14+
"biconvex optimization",
15+
"disciplined biconvex programming"
16+
]
1217
requires-python = ">=3.12"
1318
dependencies = [
1419
"cvxpy>=1.7.3",

0 commit comments

Comments
 (0)