Skip to content

Commit 096f67e

Browse files
committed
fix: Update author email in pyproject.toml for accuracy
1 parent 445ecb6 commit 096f67e

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
@@ -9,7 +9,7 @@ description = "Official Python SDK for the KiriminAja logistics API"
99
readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.10"
12-
authors = [{ name = "KiriminAja Team", email = "team@kiriminaja.com" }]
12+
authors = [{ name = "KiriminAja Team", email = "tech@kiriminaja.com" }]
1313
keywords = ["kiriminaja", "logistics", "shipping", "sdk"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)