Skip to content

Commit 0e4e9ef

Browse files
chore: add PyPI keywords for discoverability
1 parent 9d5ab24 commit 0e4e9ef

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
name = "s3proxy"
33
version = "0.1.0"
44
description = "Transparent S3 encryption proxy with AES-256-GCM"
5+
keywords = [
6+
"s3",
7+
"encryption",
8+
"proxy",
9+
"s3-proxy",
10+
"client-side-encryption",
11+
"aes-256-gcm",
12+
"envelope-encryption",
13+
"kubernetes",
14+
"aws",
15+
"minio",
16+
"cloudflare-r2",
17+
"byok",
18+
"data-at-rest",
19+
"security",
20+
]
521
requires-python = ">=3.14"
622
dependencies = [
723
"fastapi>=0.109.0",

0 commit comments

Comments
 (0)