fix: add missing CSP style-src nonce and include static SVGs in wheel
Test / test (push) Successful in 57s
Release / release (push) Successful in 1m11s

This commit is contained in:
2026-07-27 09:03:44 +02:00
parent d9b7a53ac2
commit 98f7f3c9e3
4 changed files with 19 additions and 3 deletions
+4 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "volumen"
version = "0.4.0"
version = "0.4.1"
description = "A small, file-based Markdown blog engine with a built-in admin."
readme = "README.md"
keywords = ["blog", "markdown", "fastapi", "cms", "static-blog", "toml", "rss", "json-feed", "engine"]
@@ -61,6 +61,9 @@ dev = [
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
volumen = ["web/static/*"]
[tool.ruff]
line-length = 100