From d59507a19112749a45cd68899cb044ea9ea2bd5d Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 16 Apr 2026 10:25:15 +0100 Subject: [PATCH] chore: use engineering@posthog.com in package metadata --- pyproject.toml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90d7dc70..a5c90ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta" name = "posthog" version = "7.11.2" description = "Integrate PostHog into any python application." -authors = [{ name = "PostHog", email = "hey@posthog.com" }] -maintainers = [{ name = "PostHog", email = "hey@posthog.com" }] +authors = [{ name = "PostHog", email = "engineering@posthog.com" }] +maintainers = [{ name = "PostHog", email = "engineering@posthog.com" }] license = { text = "MIT" } readme = "README.md" requires-python = ">=3.10" diff --git a/setup.py b/setup.py index ee62a9e3..4283f5ce 100644 --- a/setup.py +++ b/setup.py @@ -25,9 +25,9 @@ # Basic fields for backward compatibility url="https://github.com/posthog/posthog-python", author="Posthog", - author_email="hey@posthog.com", + author_email="engineering@posthog.com", maintainer="PostHog", - maintainer_email="hey@posthog.com", + maintainer_email="engineering@posthog.com", license="MIT License", description="Integrate PostHog into any python application.", long_description=long_description,