From 7566bcab783bcb98d3787d1f123f951f635c9303 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:51:57 +0100 Subject: [PATCH 1/2] chore: Add license metadata --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4492b7f..d506381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,11 @@ [tool.poetry] name = "atsdk" -version = "0.2.39" +version = "0.2.40" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] +license = "BSD-3-Clause" +license-files = ["LICENSE"] readme = "README.PyPI.md" packages = [{include = "at_client"}] homepage = "https://github.com/atsign-foundation/at_python" From 8c04d699c18881ea7939108e53778145e458af43 Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Tue, 3 Jun 2025 17:01:31 +0100 Subject: [PATCH 2/2] fix: Poetry not up to speed with license-files from PEP639 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d506381..3301315 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,6 @@ description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] license = "BSD-3-Clause" -license-files = ["LICENSE"] readme = "README.PyPI.md" packages = [{include = "at_client"}] homepage = "https://github.com/atsign-foundation/at_python"