Skip to content

Commit

Permalink
Add Specific OS Classifiers in Setup.py (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Mar 12, 2024
1 parent dbef1ad commit 0813bac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-common
2 changes: 1 addition & 1 deletion crt/aws-lc
2 changes: 1 addition & 1 deletion crt/s2n
Submodule s2n updated from 80a691 to 5b8331
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,10 @@ def _load_version():
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS",
],
python_requires='>=3.7',
ext_modules=[awscrt_ext()],
Expand Down

0 comments on commit 0813bac

Please sign in to comment.