Skip to content

Commit 2f53cf9

Browse files
author
jayeshmepani
committed
fix: update author email to valid domain for pypi validation
1 parent 57a632f commit 2f53cf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.8"
1111
license = "MIT"
1212
authors = [
13-
{ name = "PostalKit Contributors", email = "hello@postalkit.local" }
13+
{ name = "PostalKit Contributors", email = "hello@postalkit.dev" }
1414
]
1515
keywords = ["libpostal", "address", "nlp", "parser", "zero-setup"]
1616
classifiers = [

0 commit comments

Comments
 (0)