Skip to content
1 change: 1 addition & 0 deletions doc/changelog.d/2209.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Initial cli implementation
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ dependencies = [
"ansys-edb-core>=0.3.1",
"psutil",
"defusedxml>=0.7,<8.0",
"xmltodict"
"xmltodict",
"typer>=0.20.0",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -105,6 +106,9 @@ doc = [
"sphinx_design>=0.4.0,<0.7",
]

[project.scripts]
pyedb = "pyedb.cli:app"

[project.urls]
Bugs = "https://github.com/ansys/pyedb/issues"
Documentation = "https://edb.docs.pyansys.com"
Expand Down
Loading
Loading