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"
14
14
license = {file = " LICENSE" }
15
15
classifiers =[
16
16
' 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' ,
17
22
' Programming Language :: Python :: 3' ,
18
23
' Development Status :: 5 - Production/Stable' ,
19
24
' Topic :: Scientific/Engineering' ,
20
25
' Topic :: Software Development :: Widget Sets' ,
21
26
]
22
27
dynamic = [" version" ,]
23
28
description =" WinPython distribution tools, including WPPM"
29
+ keywords = [" PySide6" , " PyQt6" , " PyQt5" , " PySide2" ]
24
30
25
31
[project .urls ]
26
32
Documentation = " https://winpython.github.io/"
You can’t perform that action at this time.
0 commit comments