modify: 添加 pyproject.toml description

This commit is contained in:
chakcy 2025-09-13 23:34:49 +08:00
parent 80cde8aff3
commit b987a5ef5c

View File

@ -13,7 +13,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = []
description = "Add your description here"
description = "A high-performance, SQLite-based distributed task queue system with Rust-backed core operations. Supports task mounting, message listening, priority handling, retry mechanisms, and automatic cleanup of expired messages. Ideal for building reliable, scalable background task processing systems."
name = "queue-sqlite"
readme = "README.md"
requires-python = ">=3.13"