Update pyproject.toml

This commit is contained in:
KnugiHK
2025-04-27 15:16:57 +08:00
parent 82ac466527
commit bd503a0c7f

View File

@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "whatsapp-chat-exporter"
version = "0.12.0"
description = "A Whatsapp database parser that provides history of your Whatsapp conversations in HTML and JSON. Android, iOS, iPadOS, Crypt12, Crypt14, Crypt15 supported."
description = "A cross-platform tool for parsing WhatsApp chat databases from Android and iOS/iPadOS backups. Supports Android .crypt12, .crypt14, .crypt15, and the latest database formats. Outputs chat history in readable HTML or structured JSON."
readme = "README.md"
authors = [
{ name = "KnugiHK", email = "hello@knugi.com" }