update project.toml

This commit is contained in:
Kim Diallo 2026-01-11 00:17:52 +01:00
parent 139e3476a0
commit 913d0b16d5
1 changed files with 6 additions and 3 deletions

View File

@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "forgejo-blog-manager"
version = "0.1.3"
description = "Blog-Manager für Uberspace 8 mit Marvin API und Pelican"
version = "0.1.4"
description = "Blog-Manager für Uberspace 8 mit Marvin API und Pelican sowie DOCX-Konvertierung"
authors = [{name = "Ihre Autorin", email = "autorin@example.com"}]
license = {text = "MIT"}
readme = "README.md"
@ -16,11 +16,14 @@ dependencies = [
"Pelican",
"Markdown",
"requests",
"Werkzeug"
"Werkzeug",
"mammoth",
"weasyprint"
]
[project.scripts]
blog-cli = "dlw.commands:main"
dlw-convert = "dlw.convert:convert_docx_to_pdf"
[tool.setuptools]
package-dir = {"" = "src"}