Skip to content

chore: update package author email#280

Merged
mplatzer merged 2 commits into
mainfrom
chore/update-author-email
May 8, 2026
Merged

chore: update package author email#280
mplatzer merged 2 commits into
mainfrom
chore/update-author-email

Conversation

@mplatzer
Copy link
Copy Markdown
Contributor

@mplatzer mplatzer commented May 8, 2026

Updates the [project].authors email in pyproject.toml from dev@mostly.ai to michael.platzer@gmail.com.

Made with Cursor


Note

Low Risk
Low risk: this only changes packaging metadata in pyproject.toml and does not affect runtime code paths.

Overview
Removes the [project].authors entry from pyproject.toml, leaving the package metadata without an explicit author/email field.

Reviewed by Cursor Bugbot for commit 5adf899. Bugbot is set up for automated code reviews on this repo. Configure here.

mplatzer and others added 2 commits May 8, 2026 13:59
Replace dev@mostly.ai with michael.platzer@gmail.com for project metadata.

Co-authored-by: Cursor <cursoragent@cursor.com>
PEP 621 authors are optional; removes author metadata from package config.

Co-authored-by: Cursor <cursoragent@cursor.com>
@mplatzer mplatzer merged commit b011d81 into main May 8, 2026
8 checks passed
@mplatzer mplatzer deleted the chore/update-author-email branch May 8, 2026 12:02
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 5adf899. Configure here.

Comment thread pyproject.toml
name = "mostlyai-engine"
version = "2.6.1"
description = "Synthetic Data Engine"
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Authors field deleted instead of updated

Medium Severity

The authors field in pyproject.toml was completely removed instead of being updated with the new email address. The PR description states the intent is to change the email from dev@mostly.ai to michael.platzer@gmail.com, but the entire authors line was deleted. This results in no author metadata being present in the package.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5adf899. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant