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"]
 | 
					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",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue