mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-02 11:40:13 +02:00
feat: use branded splash background
This commit is contained in:
+7
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user