Skip to content

Commit 929aa58

Browse files
authored
Merge pull request #13 from MehrazRumman/wip
Update author's email in pyproject.toml
2 parents 510f96a + 40eb569 commit 929aa58

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 = "Logging and observability helpers for FastAPI applications."
99
readme = "README.md"
1010
requires-python = ">=3.10,<3.15"
1111
license = "MIT"
12-
authors = [{ name = "Mehraz Hossain Rumman", email = "blackndmaroon@gmail.com" }]
12+
authors = [{ name = "Mehraz Hossain Rumman", email = "mehrazrumman@gmail.com" }]
1313
keywords = ["fastapi", "logging", "observability", "middleware", "monitoring"]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)