Fix WebUI release peer metadata

This commit is contained in:
2026-06-24 20:17:20 +02:00
parent 993f744c19
commit b5f7c43028
3 changed files with 16 additions and 6 deletions

View File

@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "govoplan-files"
version = "0.1.0"
version = "0.1.1"
description = "GovOPlaN files module with backend and WebUI integration."
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.0",
"govoplan-core>=0.1.1",
]
[tool.setuptools.packages.find]