From cd0b2b60e9553bd00e195156f29a3311575cd40f Mon Sep 17 00:00:00 2001 From: Michael Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 13:59:01 +0200 Subject: [PATCH 1/2] chore: update package author email in pyproject.toml Replace dev@mostly.ai with michael.platzer@gmail.com for project metadata. Co-authored-by: Cursor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebd4ef26..b18d1513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mostlyai-engine" version = "2.6.1" description = "Synthetic Data Engine" -authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] +authors = [{ name = "MOSTLY AI", email = "michael.platzer@gmail.com" }] requires-python = ">=3.11,<3.14" readme = "README.md" license = "Apache-2.0" From 5adf899828d1a5defb358da34a03630b4b711f00 Mon Sep 17 00:00:00 2001 From: Michael Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 14:01:55 +0200 Subject: [PATCH 2/2] chore: drop project authors from pyproject.toml PEP 621 authors are optional; removes author metadata from package config. Co-authored-by: Cursor --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b18d1513..351e2d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ name = "mostlyai-engine" version = "2.6.1" description = "Synthetic Data Engine" -authors = [{ name = "MOSTLY AI", email = "michael.platzer@gmail.com" }] requires-python = ">=3.11,<3.14" readme = "README.md" license = "Apache-2.0"