Fixed the inclusion of the template files

This commit is contained in:
KnugiHK
2025-02-16 10:44:53 +08:00
parent 63c27f63bd
commit 1706f3e9e5
2 changed files with 3 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ options:
Path to call database (default: 1b432994e958845fffe8e2f190f26d1511534088) iOS only
--headline HEADLINE The custom headline for the HTML output. Use '??' as a placeholder for the chat name
WhatsApp Chat Exporter: 0.11.0 Licensed with MIT. See https://wts.knugi.dev/docs?dest=osl for all open source
WhatsApp Chat Exporter: 0.11.1 Licensed with MIT. See https://wts.knugi.dev/docs?dest=osl for all open source
licenses.
```

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "whatsapp-chat-exporter"
version = "0.11.0"
version = "0.11.1"
description = "A Whatsapp database parser that provides history of your Whatsapp conversations in HTML and JSON. Android, iOS, iPadOS, Crypt12, Crypt14, Crypt15 supported."
readme = "README.md"
authors = [
@@ -58,4 +58,4 @@ where = ["."]
include = ["Whatsapp_Chat_Exporter"]
[tool.setuptools.package-data]
template = ["whatsapp.html"]
Whatsapp_Chat_Exporter = ["*.html"]