Skip to content

Commit

Permalink
meta: remove emails from author/maintainer metadata
Browse files Browse the repository at this point in the history
Since pypi/warehouse#9400 and pypi/warehouse#14813 (perhaps others too)
remain unresolved, let's keep our metadata simple. Incomplete metadata—
i.e. the email addresses this commit removes—is the only thing worse
than straight-up *incorrect* metadata. We don't want any author or
maintainer names to be attached to the wrong email addresses on the
published package page.
  • Loading branch information
dgw committed May 27, 2024
1 parent 2613c56 commit 3261d9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ name = "sopel"
version = "8.0.0"
description = "Simple and extensible IRC bot"
maintainers = [
{ name="dgw", email="[email protected]" },
{ name="Florian Strzelecki", email="[email protected]" },
{ name="dgw" },
{ name="Florian Strzelecki" },
]
authors = [
{ name="dgw", email="[email protected]" },
{ name="Florian Strzelecki", email="[email protected]" },
{ name="dgw" },
{ name="Florian Strzelecki" },
{ name="Sean B. Palmer" },
{ name="Else Powell" },
{ name="Elad Alfassa" },
Expand Down

0 comments on commit 3261d9c

Please sign in to comment.