Skip to content

Commit 087f2f6

Browse files
committed
Updated dunder-variables.
1 parent 3f109f8 commit 087f2f6

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

pyEDAA/CLITool/__init__.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@
3030
# ==================================================================================================================== #
3131
#
3232
"""An abstraction layer of EDA CLI tools."""
33-
__author__ = "Patrick Lehmann"
34-
__email__ = "Paebbels@gmail.com"
35-
__copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36-
__license__ = "Apache License, Version 2.0"
37-
__version__ = "0.4.3"
38-
__keywords__ = ["cli", "abstraction layer", "eda"]
33+
__author__ = "Patrick Lehmann"
34+
__email__ = "Paebbels@gmail.com"
35+
__copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36+
__license__ = "Apache License, Version 2.0"
37+
__version__ = "0.4.3"
38+
__keywords__ = ["cli", "abstraction layer", "eda"]
39+
__project_url__ = "https://github.com/edaa-org/pyEDAA.CLITool"
40+
__documentation_url__ = "https://edaa-org.github.io/pyEDAA.CLITool"
41+
__issue_tracker_url__ = "https://GitHub.com/edaa-org/pyEDAA.CLITool/issues"
3942

4043
from pathlib import Path
4144
from typing import Any, Optional as Nullable

0 commit comments

Comments
 (0)