Skip to content

Commit 08f7cd2

Browse files
committed
fix: update author email to alex@nwave.ai (nwave.ai domain SSOT)
Was alessandro.digioia@brix.consulting (consulting brand). The author email lands in the package metadata on PyPI permanently — using the nwave.ai domain reflects the project's ownership correctly. PyPI account email (separate field, used for login + verification) remains alex.digioia@gmail.com.
1 parent 682f72a commit 08f7cd2

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
license = {text = "MIT"}
1111
requires-python = ">=3.10"
1212
authors = [
13-
{ name = "Alessandro Di Gioia", email = "alessandro.digioia@brix.consulting" },
13+
{ name = "Alessandro Di Gioia", email = "alex@nwave.ai" },
1414
]
1515
keywords = [
1616
"code-quality",

0 commit comments

Comments
 (0)