Skip to content

Commit 099b326

Browse files
committed
docs: add package description
1 parent 1e11fa7 commit 099b326

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

object-store/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "object-store-python"
33
version = "0.0.7"
44
edition = "2021"
55
authors = ["Robert Pack <[email protected]>"]
6+
description = "A focused, easy to use, idiomatic, high performance, object store library interacting with object stores."
67

78
[dependencies]
89
async-trait = "0.1.57"

object-store/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "object-store-python"
77
version = "0.0.7"
8+
description = "A focused, easy to use, idiomatic, high performance, object store library interacting with object stores."
89
requires-python = ">=3.8"
910
readme = "README.md"
1011
keywords = ["object-store", "azure", "aws", "gcp"]

0 commit comments

Comments
 (0)