Update version number and include DefaultFallbackWallpaper.jpg

This commit is contained in:
Emma Nora Theuer 2025-02-27 13:10:47 +01:00
parent 42f8e5c2d7
commit 5489403a93
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
include sample_config.toml include sample_config.toml
include packaging/wallman.desktop include packaging/wallman.desktop
include DefaultFallbackWallpaper.jpg
recursive-include icons * recursive-include icons *
exclude README.org exclude README.org

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "wallman" name = "wallman"
version = "1.5.1.5" version = "1.5.2.5"
authors = [ authors = [
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"}, {name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
] ]
@ -32,7 +32,7 @@ dependencies = [
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["."] where = ["."]
include = ["wallman*"] include = ["wallman*"]
exclude = ["icons*", "packaging*"] exclude = ["icons*", "packaging*", "DefaultFallbackWallpaper.jpg"]
[project.urls] [project.urls]
Homepage = "https://git.entheuer.de/emma/Wallman" Homepage = "https://git.entheuer.de/emma/Wallman"