Skip to content

Commit cd4522e

Browse files
jfusssanathkr
authored andcommitted
fix: update license key in setup() to expected value by PyPi (#73)
1 parent f9cfb0d commit cd4522e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def read_version():
4343
author='Amazon Web Services',
4444
author_email='[email protected]',
4545
url='https://github.com/awslabs/aws-lambda-builders',
46-
license=read('LICENSE'),
46+
license='Apache License 2.0',
4747
packages=find_packages(exclude=('tests', 'docs')),
4848
keywords="AWS Lambda Functions Building",
4949
# Support Python 2.7 and 3.6 or greater

0 commit comments

Comments
 (0)