From 95f53a669a5d6bd447cf48e5b6485e05c6fde6f1 Mon Sep 17 00:00:00 2001 From: Richard Elberger Date: Wed, 17 Feb 2021 17:43:50 -0500 Subject: [PATCH] Change setup.py license attribute to match classifier (#240) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",