Skip to content

Commit 0813bac

Browse files
authored
Add Specific OS Classifiers in Setup.py (#552)
1 parent dbef1ad commit 0813bac

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

crt/aws-lc

crt/s2n

Submodule s2n updated from 80a6913 to 5b83319

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,10 @@ def _load_version():
411411
classifiers=[
412412
"Programming Language :: Python :: 3",
413413
"License :: OSI Approved :: Apache Software License",
414-
"Operating System :: OS Independent",
414+
"Operating System :: Microsoft :: Windows",
415+
"Operating System :: POSIX",
416+
"Operating System :: Unix",
417+
"Operating System :: MacOS",
415418
],
416419
python_requires='>=3.7',
417420
ext_modules=[awscrt_ext()],

0 commit comments

Comments
 (0)