Skip to content

Commit ef70b04

Browse files
chore: add LICENSE and transfer PyPI ownership (#20)
* Add license metadata to pyproject.toml and update footer * Update author to Enric Cusell in pyproject.toml * build: keep Florin and add Enric to authors
1 parent cbf9c9a commit ef70b04

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright [yyyy] [name of copyright owner]
190+
Copyright 2026 UCP Authors
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

pyproject.toml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,21 @@ name = "ucp-sdk"
33
version = "0.0.3"
44
description = "UCP Python SDK"
55
readme = "README.md"
6-
license-files = ["LICENSE"]
6+
license = {file = "LICENSE"}
77
authors = [
8-
{ name = "Florin Iucha", email = "fiucha@google.com" },
9-
{ name = "Federico D'Amato", email = "damaz@google.com" },
8+
{ name = "Enric Cusell", email = "cusell@google.com" },
9+
{ name = "Federico D'Amato", email = "damaz@google.com" }
10+
]
11+
classifiers = [
12+
"License :: OSI Approved :: Apache Software License",
13+
"Development Status :: 4 - Beta",
14+
"Intended Audience :: Developers",
15+
"Operating System :: OS Independent",
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
1021
]
1122
requires-python = ">=3.10"
1223
dependencies = [

0 commit comments

Comments
 (0)