Skip to content

Commit ce359c0

Browse files
committed
chore: update PyPI metadata to match README
- Add "Rust-powered performance" to description - Change Development Status from Beta to Alpha (matches README warning) - Add keywords: encryption, security, circuit-breaker, prometheus, messagepack, distributed-locking - Add classifiers: Topic :: System :: Monitoring, Topic :: Security :: Cryptography - Add Changelog URL to project.urls
1 parent 495eea3 commit ce359c0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pyproject.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55
[project]
66
name = "cachekit"
77
version = "0.1.0"
8-
description = "Production-ready Redis caching for Python with intelligent reliability features"
8+
description = "Production-ready Redis caching for Python with intelligent reliability features and Rust-powered performance"
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
@@ -23,9 +23,15 @@ keywords = [
2323
"performance",
2424
"reliability",
2525
"production",
26+
"encryption",
27+
"security",
28+
"circuit-breaker",
29+
"prometheus",
30+
"messagepack",
31+
"distributed-locking",
2632
]
2733
classifiers = [
28-
"Development Status :: 4 - Beta",
34+
"Development Status :: 3 - Alpha",
2935
"Intended Audience :: Developers",
3036
"License :: OSI Approved :: MIT License",
3137
"Operating System :: OS Independent",
@@ -40,6 +46,8 @@ classifiers = [
4046
"Topic :: Software Development :: Libraries :: Python Modules",
4147
"Topic :: Database :: Database Engines/Servers",
4248
"Topic :: System :: Distributed Computing",
49+
"Topic :: System :: Monitoring",
50+
"Topic :: Security :: Cryptography",
4351
"Framework :: AsyncIO",
4452
"Typing :: Typed",
4553
]
@@ -75,6 +83,7 @@ Homepage = "https://github.com/cachekit-io/cachekit-py"
7583
Documentation = "https://github.com/cachekit-io/cachekit-py#readme"
7684
Repository = "https://github.com/cachekit-io/cachekit-py.git"
7785
Issues = "https://github.com/cachekit-io/cachekit-py/issues"
86+
Changelog = "https://github.com/cachekit-io/cachekit-py/blob/main/CHANGELOG.md"
7887

7988
# Maturin configuration for Rust extensions
8089
[tool.maturin]

0 commit comments

Comments
 (0)