From 031d901040b2376fb309de1b2394d27f5778b831 Mon Sep 17 00:00:00 2001 From: cusell-google Date: Wed, 18 Mar 2026 15:21:51 +0000 Subject: [PATCH 1/3] Add license metadata to pyproject.toml and update footer --- LICENSE | 2 +- pyproject.toml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d645695..e7371b3 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2026 UCP Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pyproject.toml b/pyproject.toml index d4d858a..bcf5f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,9 +3,21 @@ name = "ucp-sdk" version = "0.1.0" description = "UCP Python SDK" readme = "README.md" +license = {file = "LICENSE"} authors = [ { name = "Florin Iucha", email = "fiucha@google.com" } ] +classifiers = [ + "License :: OSI Approved :: Apache Software License", + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Software Development :: Libraries :: Python Modules", +] requires-python = ">=3.10" dependencies = [ "pydantic>=2.5.0", From c3d789a27c77186fa3703700102f7a47f3e3c984 Mon Sep 17 00:00:00 2001 From: cusell-google Date: Wed, 18 Mar 2026 15:25:55 +0000 Subject: [PATCH 2/3] Update author to Enric Cusell in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bcf5f89..11193d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "UCP Python SDK" readme = "README.md" license = {file = "LICENSE"} authors = [ - { name = "Florin Iucha", email = "fiucha@google.com" } + { name = "Enric Cusell", email = "cusell@google.com" } ] classifiers = [ "License :: OSI Approved :: Apache Software License", From dabd6b9312874e1b3d0d29c5c05549dca3594836 Mon Sep 17 00:00:00 2001 From: cusell-google Date: Tue, 24 Mar 2026 14:57:29 +0100 Subject: [PATCH 3/3] build: keep Florin and add Enric to authors --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 11193d1..1ff7b35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "UCP Python SDK" readme = "README.md" license = {file = "LICENSE"} authors = [ + { name = "Florin Iucha", email = "fiucha@google.com" }, { name = "Enric Cusell", email = "cusell@google.com" } ] classifiers = [