diff --git a/pyproject.toml b/pyproject.toml index 6178507..4ae2da1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"