move fixtures to __init__.py

This commit is contained in:
2026-07-17 00:50:31 +03:00
parent da1ded5c0e
commit 198b9d4f5d
3 changed files with 46 additions and 28 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ classifiers = [
ahriman-fixtures = "ahriman_fixtures"
[tool.hatch.build.targets.wheel]
packages = ["."]
packages = ["ahriman_fixtures"]