Skip to content

Commit

Permalink
fix(pypi): Use oss@sentry.io for author_email (#21306)
Browse files Browse the repository at this point in the history
I don't think we monitor hello@sentry.io properly and even then, it is better to consolidate this under the oss@ group.
  • Loading branch information
BYK committed Oct 13, 2020
1 parent 407bd54 commit bde53b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run(self):
name="sentry",
version=VERSION,
author="Sentry",
author_email="hello@sentry.io",
author_email="oss@sentry.io",
url="https://sentry.io",
description="A realtime logging and aggregation server.",
long_description=open(os.path.join(ROOT, "README.md")).read(),
Expand Down

0 comments on commit bde53b9

Please sign in to comment.