We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b9ba8 commit 0fb0834Copy full SHA for 0fb0834
python/setup.py
@@ -23,14 +23,14 @@
23
classifiers=[
24
"Development Status :: 5 - Production/Stable",
25
"Intended Audience :: Developers",
26
- "License :: OSI Approved :: Apache Software License",
+ "License :: OSI Approved :: MIT-0",
27
"Natural Language :: English",
28
"Programming Language :: Python :: 3.6",
29
"Programming Language :: Python :: 3.7",
30
],
31
description="Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric",
32
install_requires=requirements,
33
- license="Apache Software License",
+ license="MIT-0",
34
long_description=readme + "\n\n" + history,
35
long_description_content_type="text/markdown",
36
include_package_data=True,
0 commit comments