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