Skip to content

Commit 666caf2

Browse files
committed
bulk setup
1 parent 4e65044 commit 666caf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/async-cassandra-bulk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "High-performance bulk operations for Apache Cassandra"
99
readme = "README_PYPI.md"
1010
requires-python = ">=3.12"
11-
license = "Apache-2.0"
11+
license = {text = "Apache-2.0"}
1212
authors = [
1313
{name = "AxonOps"},
1414
]

libs/async-cassandra/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "Async Python wrapper for the Cassandra Python driver"
99
readme = "README_PYPI.md"
1010
requires-python = ">=3.12"
11-
license = "Apache-2.0"
11+
license = {text = "Apache-2.0"}
1212
authors = [
1313
{name = "AxonOps"},
1414
]

0 commit comments

Comments
 (0)