Skip to content

Commit 138b601

Browse files
committed
feat: adding PyAdditive
1 parent 85c2a30 commit 138b601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/tools/installer/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
PYANSYS_DOCS_SITES = {
7070
"PyAnsys": "https://docs.pyansys.com",
7171
"PyAnsys Developer docs": "https://dev.docs.pyansys.com",
72+
"PyAdditive": "https://additive.docs.pyansys.com",
7273
"PyAEDT": "https://aedt.docs.pyansys.com",
7374
"PyAnsys Geometry": "https://geometry.docs.pyansys.com",
7475
"PyAnsys Math": "https://math.docs.pyansys.com",
@@ -105,6 +106,7 @@
105106

106107
PYANSYS_LIBS = {
107108
"PyAnsys-Metapackage": "pyansys",
109+
"PyAdditive": "ansys-additive-core",
108110
"PyAEDT": "pyaedt",
109111
"PyAnsys Geometry": "ansys-geometry-core",
110112
"PyAnsys Math": "ansys-math-core",

0 commit comments

Comments
 (0)