From 61af764ff6f21b3127b2f484536390f4635f95ed Mon Sep 17 00:00:00 2001 From: Walt Askew Date: Tue, 8 Jul 2025 00:46:06 +0000 Subject: [PATCH] feat: add license metadata to setup.py --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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={