Skip to content

Commit ee905e9

Browse files
committed
correct supported operating systems
1 parent d2d7c2b commit ee905e9

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
@@ -52,7 +52,7 @@ def run_tests(self):
5252
"Environment :: Console",
5353
"Intended Audience :: Developers",
5454
"License :: OSI Approved :: MIT License",
55-
"Operating System :: OS Independent",
55+
"Operating System :: POSIX :: Linux",
5656
"Programming Language :: Python :: 3.5",
5757
"Programming Language :: Python :: 3.6",
5858
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)