We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a51e0 commit 1d8faf0Copy full SHA for 1d8faf0
1 file changed
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "maturin"
5
[project]
6
name = "fluxqueue"
7
dynamic = ["version"]
8
-description = "A blazingly fast, lightweight task queue for Python, written in Rust"
+description = "A lightweight, resource-efficient, high-throughput task queue for Python, written in Rust."
9
readme = "README.md"
10
requires-python = ">=3.11,<3.15"
11
keywords = ["task-queue", "queue", "redis", "async", "background-tasks", "worker", "rust", "fluxqueue"]
0 commit comments