From 0e91190f830856f24ef77419308558c3e3b7c80a Mon Sep 17 00:00:00 2001 From: Dmitry Prudnikov Date: Sat, 5 Sep 2026 18:01:32 +0300 Subject: [PATCH] chore(package): name the maintainer in coordinode-embedded metadata The embedded package was the one of the four without an authors entry; it now names the maintainer like the others. Cut a release so PyPI carries the licence text and the corrected metadata from the previous changes. Release-As: 1.0.7 --- coordinode-embedded/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/coordinode-embedded/pyproject.toml b/coordinode-embedded/pyproject.toml index ade0faa..e083be2 100644 --- a/coordinode-embedded/pyproject.toml +++ b/coordinode-embedded/pyproject.toml @@ -7,6 +7,7 @@ name = "coordinode-embedded" description = "CoordiNode embedded Python bindings — in-process graph database, no server required" readme = "README.md" license = { text = "Apache-2.0" } +authors = [{ name = "Dmitry Prudnikov", email = "mail@polaz.com" }] requires-python = ">=3.11" keywords = ["graph", "database", "cypher", "embedded", "knowledge-graph"] classifiers = [