Skip to content

Commit 7c362ee

Browse files
committed
setup.py: Fix OS classifier
1 parent 6afc008 commit 7c362ee

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
@@ -17,7 +17,7 @@
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
1919
"License :: OSI Approved :: MIT License",
20-
"Operating System :: Linux",
20+
"Operating System :: POSIX :: Linux",
2121
],
2222
install_requires=[
2323
'numpy',

0 commit comments

Comments
 (0)