diff --git a/setup.py b/setup.py index 2c039fe7..67cd184b 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,11 @@ setuptools.setup( author="Google LLC", author_email="googleapis-packages@google.com", - classifiers=["Intended Audience :: Developers"], + license="Apache 2.0", + classifiers=[ + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + ], description=description, long_description=readme, entry_points={