Skip to content

Commit 061e569

Browse files
committed
🐛 Fix setup.py
1 parent 2527605 commit 061e569

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
classifiers=[
5757
"Development Status :: 3 - Alpha",
5858
"Intended Audience :: Developers",
59-
"Operating System :: Windows",
59+
"Operating System :: Microsoft :: Windows :: Windows 10",
60+
"Operating System :: Microsoft :: Windows :: Windows 11",
61+
"Natural Language :: English"
6062
"Topic :: Internet",
6163
"Topic :: Software Development :: Libraries",
6264
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)