Skip to content

Commit

Permalink
define the license so 'pip3 show' shows the license (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <[email protected]>
  • Loading branch information
rpcme and graebm authored Feb 17, 2021
1 parent 13c389e commit ce24b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
description="A common runtime for AWS Python projects",
Expand Down

0 comments on commit ce24b33

Please sign in to comment.