Skip to content

Commit f097bd6

Browse files
committed
Fixed wrong operating system fields
1 parent 59cd3da commit f097bd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"License :: OSI Approved :: BSD License",
4242
"Operating System :: OS Independent",
4343
"Operating System :: POSIX",
44-
"Operating System :: Windows",
45-
"Operating System :: OSX",
44+
"Operating System :: Microsoft :: Windows",
45+
"Operating System :: MacOS :: MacOS X",
4646
"Programming Language :: Python",
4747
],
4848
long_description=long_description,

0 commit comments

Comments
 (0)