diff --git a/pyproject.toml b/pyproject.toml index c1d91a0..3dd5580 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ urls.Homepage = "https://pypi.org/project/pythonLogs" license = {text = "MIT"} readme = "README.md" authors = [ - {name = "Daniel Costa", email = "danieldcsta@gmail.com"}, + {name = "Daniel Costa", email = "ddcsoftwares@proton.me"}, ] maintainers = [ {name = "Daniel Costa"}, diff --git a/pythonLogs/__init__.py b/pythonLogs/__init__.py index 6e2221e..3b409e7 100755 --- a/pythonLogs/__init__.py +++ b/pythonLogs/__init__.py @@ -16,7 +16,7 @@ __title__ = "pythonLogs" __author__ = "Daniel Costa" -__email__ = "danieldcsta@gmail.com" +__email__ = "ddcsoftwares@proton.me" __license__ = "MIT" __copyright__ = "Copyright 2024-present DDC Softwares" __version__ = version(__title__)