From 3d2fbbc86ea098f71dfd25d0283b22c3c7d6c926 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/5] 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 4bbe1a5..cd4e3f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mostlyai-qa" version = "1.10.6" description = "Synthetic Data Quality Assurance" -authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] +authors = [{ name = "MOSTLY AI", email = "michael.platzer@gmail.com" }] requires-python = ">=3.11" readme = "README.md" license = "Apache-2.0" From 335bb60adca8a8a3fd1190b8d2d992c2faf7a6b6 Mon Sep 17 00:00:00 2001 From: Michael Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 13:59:52 +0200 Subject: [PATCH 2/5] chore: list Michael Platzer as maintainer in pyproject.toml Use PEP 621 maintainers for personal contact; keep MOSTLY AI as author. Co-authored-by: Cursor --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd4e3f2..b327038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,8 @@ name = "mostlyai-qa" version = "1.10.6" description = "Synthetic Data Quality Assurance" -authors = [{ name = "MOSTLY AI", email = "michael.platzer@gmail.com" }] +authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] +maintainers = [{ name = "Michael Platzer", email = "michael.platzer@gmail.com" }] requires-python = ">=3.11" readme = "README.md" license = "Apache-2.0" From e6212408593c7f7ea23ea2e2faf66c4cf7e0e8c2 Mon Sep 17 00:00:00 2001 From: Michael Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 14:01:06 +0200 Subject: [PATCH 3/5] chore: drop optional authors field from pyproject.toml PEP 621 does not require authors; keep maintainers only and avoid defunct dev@mostly.ai. Co-authored-by: Cursor --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b327038..f85275c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ name = "mostlyai-qa" version = "1.10.6" description = "Synthetic Data Quality Assurance" -authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }] maintainers = [{ name = "Michael Platzer", email = "michael.platzer@gmail.com" }] requires-python = ">=3.11" readme = "README.md" From 8f18cecca51896b652d80a194738d791f4ff5010 Mon Sep 17 00:00:00 2001 From: Michael Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 14:01:39 +0200 Subject: [PATCH 4/5] chore: remove authors and maintainers from pyproject.toml Co-authored-by: Cursor --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f85275c..3c01660 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,6 @@ name = "mostlyai-qa" version = "1.10.6" description = "Synthetic Data Quality Assurance" -maintainers = [{ name = "Michael Platzer", email = "michael.platzer@gmail.com" }] requires-python = ">=3.11" readme = "README.md" license = "Apache-2.0" From 1c7972da13a1c6e66f7332da469fbadda7baa0f0 Mon Sep 17 00:00:00 2001 From: Michael Platzer <208953+mplatzer@users.noreply.github.com> Date: Fri, 8 May 2026 14:08:55 +0200 Subject: [PATCH 5/5] chore: add GitHub issues URL to project metadata Co-authored-by: Cursor --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3c01660..b2f8b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ dependencies = [ homepage = "https://github.com/mostly-ai/mostlyai-qa" repository = "https://github.com/mostly-ai/mostlyai-qa" documentation = "https://mostly-ai.github.io/mostlyai-qa/" +issues = "https://github.com/mostly-ai/mostlyai-qa/issues" [dependency-groups] dev = [