From ce24b335564380a492544ed908bafb114c96c4ea Mon Sep 17 00:00:00 2001 From: Richard Elberger Date: Tue, 16 Feb 2021 20:13:35 -0500 Subject: [PATCH] define the license so 'pip3 show' shows the license (#238) Co-authored-by: Michael Graeb --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 21a93de34..5cdcc38d3 100644 --- a/setup.py +++ b/setup.py @@ -301,6 +301,7 @@ def awscrt_ext(): setuptools.setup( name="awscrt", version="1.0.0-dev", + license="Apache-2.0", author="Amazon Web Services, Inc", author_email="aws-sdk-common-runtime@amazon.com", description="A common runtime for AWS Python projects",