Skip to content

Commit 0fb0834

Browse files
committed
fix(setup): correct license to MIT-0 in meta
1 parent 43b9ba8 commit 0fb0834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
classifiers=[
2424
"Development Status :: 5 - Production/Stable",
2525
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: Apache Software License",
26+
"License :: OSI Approved :: MIT-0",
2727
"Natural Language :: English",
2828
"Programming Language :: Python :: 3.6",
2929
"Programming Language :: Python :: 3.7",
3030
],
3131
description="Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric",
3232
install_requires=requirements,
33-
license="Apache Software License",
33+
license="MIT-0",
3434
long_description=readme + "\n\n" + history,
3535
long_description_content_type="text/markdown",
3636
include_package_data=True,

0 commit comments

Comments
 (0)