File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4043from pathlib import Path
4144from typing import Any , Optional as Nullable
You can’t perform that action at this time.
0 commit comments