Hotfix (AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA)
This commit is contained in:
parent
51a7acb765
commit
a261e56fe8
2 changed files with 3 additions and 3 deletions
|
@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "wallman"
|
||||
version = "1.5.1.3"
|
||||
version = "1.5.1.4"
|
||||
authors = [
|
||||
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
||||
]
|
||||
description = "A simple program to set dynamic wallpapers on standalone X11 Windows Managers and Wayland compositors"
|
||||
readme = "pypireadme.md"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
keywords = ["Desktop", "Wallpapers"]
|
||||
license = {text = "MIT"}
|
||||
|
|
|
@ -7,7 +7,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
|
|||
from apscheduler.triggers.cron import CronTrigger
|
||||
from typing import Dict, List
|
||||
|
||||
from wallman_classes import ConfigError, ConfigGeneral, ConfigFile
|
||||
from wallman.wallman_classes import ConfigError, ConfigGeneral, ConfigFile
|
||||
|
||||
# Setup Logging. NOTE: Declaration as a global variable is necessary to ensure correct functionality across multiple modules.
|
||||
global logger
|
||||
|
|
Loading…
Reference in a new issue