File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,19 @@ readme = "README.rst"
1414license = {file = " LICENSE" }
1515classifiers =[
1616 ' License :: OSI Approved :: MIT License' ,
17+ ' Operating System :: MacOS' ,
18+ ' Operating System :: Microsoft :: Windows' ,
19+ ' Operating System :: OS Independent' ,
20+ ' Operating System :: POSIX' ,
21+ ' Operating System :: Unix' ,
1722 ' Programming Language :: Python :: 3' ,
1823 ' Development Status :: 5 - Production/Stable' ,
1924 ' Topic :: Scientific/Engineering' ,
2025 ' Topic :: Software Development :: Widget Sets' ,
2126]
2227dynamic = [" version" ,]
2328description =" WinPython distribution tools, including WPPM"
29+ keywords = [" PySide6" , " PyQt6" , " PyQt5" , " PySide2" ]
2430
2531[project .urls ]
2632Documentation = " https://winpython.github.io/"
You can’t perform that action at this time.
0 commit comments