Adjust classifiers.

This commit is contained in:
Emma Nora Theuer 2024-06-03 22:30:35 +02:00
parent e000110958
commit 37b84840cf

View file

@ -14,11 +14,13 @@ requires-python = ">=3.11"
keywords = ["Desktop", "Wallpapers"] keywords = ["Desktop", "Wallpapers"]
license = {text = "MIT"} license = {text = "MIT"}
classifiers = [ classifiers = [
"Programming language :: Python :: 3", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Operating System :: Linux", "Operating System :: POSIX :: Linux",
"Operating System :: BSD", "Operating System :: POSIX :: GNU Hurd",
"Operating System :: GNU" "Operating System :: POSIX :: BSD",
] ]
dependencies = [ dependencies = [
"APScheduler", "APScheduler",