diff --git a/setup.py b/setup.py index 5cdcc38d3..ab61ff840 100644 --- a/setup.py +++ b/setup.py @@ -301,7 +301,7 @@ def awscrt_ext(): setuptools.setup( name="awscrt", version="1.0.0-dev", - license="Apache-2.0", + license="License :: OSI Approved :: Apache Software License", author="Amazon Web Services, Inc", author_email="aws-sdk-common-runtime@amazon.com", description="A common runtime for AWS Python projects",