cleanup pyproject

This commit is contained in:
2026-07-16 10:16:04 +03:00
parent 60850bfc10
commit 7a2d8299ad
3 changed files with 13 additions and 19 deletions
+4 -4
View File
@@ -47,7 +47,7 @@ stats = [
"matplotlib",
]
unixsocket = [
"requests-unixsocket2",
"requests-unixsocket2", # required by unix socket support
]
validator = [
"cerberus",
@@ -61,9 +61,6 @@ Documentation = "https://ahriman.readthedocs.io/"
Repository = "https://github.com/arcan1s/ahriman"
Changelog = "https://github.com/arcan1s/ahriman/releases"
[tool.hatch.version]
path = "src/ahriman/__init__.py"
[tool.hatch.build.targets.wheel]
packages = [
"src/ahriman",
@@ -72,3 +69,6 @@ packages = [
[tool.hatch.build.targets.wheel.shared-data]
"package/lib" = "lib"
"package/share" = "share"
[tool.hatch.version]
path = "src/ahriman/__init__.py"