Skip to content

chore: replace presidio@microsoft.com with presidio@dataprivacystack.org in PyPI metadata#2128

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/update-pypi-metadata-emails
Draft

chore: replace presidio@microsoft.com with presidio@dataprivacystack.org in PyPI metadata#2128
Copilot wants to merge 2 commits into
mainfrom
copilot/update-pypi-metadata-emails

Conversation

Copilot AI commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

All six pyproject.toml files across the monorepo carried presidio@microsoft.com as the published PyPI author email. This replaces that address with presidio@dataprivacystack.org in every package's metadata.

Changes

  • presidio/pyproject.toml
  • presidio-analyzer/pyproject.toml
  • presidio-anonymizer/pyproject.toml
  • presidio-cli/pyproject.toml
  • presidio-image-redactor/pyproject.toml
  • presidio-structured/pyproject.toml

Each file had the same single-line change:

# before
authors = [{name = "Presidio", email = "presidio@microsoft.com"}]

# after
authors = [{name = "Presidio", email = "presidio@dataprivacystack.org"}]

No setup.py, setup.cfg, or other packaging metadata files contained Microsoft-domain emails. Documentation, samples, Azure links, and unrelated content are untouched.

Copilot AI changed the title [WIP] Update PyPI package metadata emails for Microsoft domains chore: replace presidio@microsoft.com with presidio@dataprivacystack.org in PyPI metadata Jun 28, 2026
Copilot AI requested a review from SharonHart June 28, 2026 19:26
@SharonHart SharonHart requested a review from omri374 June 28, 2026 19:29
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.

2 participants