We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50cb741 commit bba3fa5Copy full SHA for bba3fa5
pyproject.toml
@@ -20,7 +20,7 @@ urls.Homepage = "https://pypi.org/project/pythonLogs"
20
license = {text = "MIT"}
21
readme = "README.md"
22
authors = [
23
- {name = "Daniel Costa", email = "danieldcsta@gmail.com"},
+ {name = "Daniel Costa", email = "ddcsoftwares@proton.me"},
24
]
25
maintainers = [
26
{name = "Daniel Costa"},
pythonLogs/__init__.py
@@ -16,7 +16,7 @@
16
17
__title__ = "pythonLogs"
18
__author__ = "Daniel Costa"
19
-__email__ = "danieldcsta@gmail.com"
+__email__ = "ddcsoftwares@proton.me"
__license__ = "MIT"
__copyright__ = "Copyright 2024-present DDC Softwares"
__version__ = version(__title__)
0 commit comments