reformat tomls

This commit is contained in:
2026-07-15 15:55:58 +03:00
parent 6e1567e6db
commit 2e5da95ec7
5 changed files with 135 additions and 78 deletions
+14 -6
View File
@@ -1,5 +1,7 @@
[build-system]
requires = ["hatchling"]
requires = [
"hatchling",
]
build-backend = "hatchling.build"
[project]
@@ -7,9 +9,9 @@ name = "ahriman-web"
description = "ArcH linux ReposItory MANager, web server"
readme = "../README.md"
requires-python = ">=3.13"
license = {file = "../COPYING"}
license = { file = "../COPYING" }
authors = [
{name = "ahriman team"},
{ name = "ahriman team" },
]
dependencies = [
"ahriman-core",
@@ -18,7 +20,9 @@ dependencies = [
"aiohttp_jinja2",
"aiohttp_sse",
]
dynamic = ["version"]
dynamic = [
"version",
]
[project.optional-dependencies]
auth = [
@@ -47,8 +51,12 @@ Changelog = "https://github.com/arcan1s/ahriman/releases"
path = "../ahriman-core/src/ahriman/__init__.py"
[tool.hatch.build.targets.wheel]
only-include = ["src/ahriman"]
sources = ["src"]
only-include = [
"src/ahriman",
]
sources = [
"src",
]
[tool.hatch.build.targets.wheel.shared-data]
"package/lib" = "lib"