awslabs / aws-crt-python

Python bindings for the AWS Common Runtime
Apache License 2.0
87 stars 43 forks source link

Add Specific OS Classifiers in Setup.py #552

Closed waahm7 closed 6 months ago

waahm7 commented 6 months ago

Issue #, if available: https://github.com/awslabs/aws-crt-python/discussions/551

Description of changes: Looking at other Python packages with C extensions, such as Numpy, cryptography, and scikit-learn, they specify the supported operating systems rather than stating OS independent. Since crt-python includes C extensions and the distribution for one platform will not work on another, this PR updates the documentation to avoid confusion.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.