feat: use branded splash background

This commit is contained in:
Marcel Peterkau
2026-06-21 18:44:27 +02:00
parent e6d2f77d1e
commit dadcdb8b4a
4 changed files with 24 additions and 33 deletions
+7 -1
View File
@@ -33,7 +33,13 @@ include-package-data = true
where = ["src"]
[tool.setuptools.package-data]
ccma = ["VERSION", "assets/CHANGELOG.json", "assets/themes/forest/**/*", "assets/themes/forest/*"]
ccma = [
"VERSION",
"assets/CHANGELOG.json",
"assets/splash.png",
"assets/themes/forest/**/*",
"assets/themes/forest/*",
]
[tool.pytest.ini_options]
testpaths = ["tests"]