8000 another fix · winpython/winpython@fa8f405 · GitHub
[go: up one dir, main page]

Skip to content

Commit fa8f405

Browse files
committed
another fix
1 parent fdea356 commit fa8f405

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,19 @@ readme = "README.rst"
1414
license = {file = "LICENSE"}
1515
classifiers=[
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
]
2227
dynamic = ["version",]
2328
description="WinPython distribution tools, including WPPM"
29+
keywords = ["PySide6", "PyQt6", "PyQt5", "PySide2"]
2430

2531
[project.urls]
2632
Documentation = "https://winpython.github.io/"

0 commit comments

Comments
 (0)
0