From 4f37a2707909d38bb32153074112f921cbd191ff Mon Sep 17 00:00:00 2001 From: Dmitry Prudnikov Date: Sat, 5 Sep 2026 22:29:44 +0300 Subject: [PATCH] chore: give the workspace root the packages' licence and author metadata Closes #99 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 21af08f..db476ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,8 @@ [project] name = "coordinode-workspace" version = "2.1.1" +license = { text = "Apache-2.0" } +authors = [{ name = "Dmitry Prudnikov", email = "mail@polaz.com" }] requires-python = ">=3.11" dependencies = [ "googleapis-common-protos>=1.74.0",