Adjust classifiers.
This commit is contained in:
parent
e000110958
commit
37b84840cf
1 changed files with 6 additions and 4 deletions
|
@ -14,11 +14,13 @@ requires-python = ">=3.11"
|
|||
keywords = ["Desktop", "Wallpapers"]
|
||||
license = {text = "MIT"}
|
||||
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",
|
||||
"Operating System :: Linux",
|
||||
"Operating System :: BSD",
|
||||
"Operating System :: GNU"
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Operating System :: POSIX :: GNU Hurd",
|
||||
"Operating System :: POSIX :: BSD",
|
||||
]
|
||||
dependencies = [
|
||||
"APScheduler",
|
||||
|
|
Loading…
Reference in a new issue