Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 0c9ef95

Browse files
committed
fix(setup): Fix wrong trove classifier
1 parent b8c1c75 commit 0c9ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def read_src_version():
8080
'Programming Language :: Python :: 3.8',
8181
'Operating System :: POSIX',
8282
'Operating System :: MacOS :: MacOS X',
83-
'Operating System :: Windows',
83+
'Operating System :: Microsoft :: Windows',
8484
'Environment :: No Input/Output (Daemon)',
8585
'Topic :: Scientific/Engineering',
8686
'Topic :: Software Development',

0 commit comments

Comments
 (0)