Skip to content

Commit 764a809

Browse files
committed
Merge branch 'main' into release/0.3
2 parents 79da6d9 + 78b7d77 commit 764a809

File tree

3 files changed

+61
-30
lines changed

3 files changed

+61
-30
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454

5555
# this validates our github workflow files
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.28.6
57+
rev: 0.29.1
5858
hooks:
5959
- id: check-github-workflows
6060

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ tests = [
4141
"requests==2.32.3",
4242
"PySide6==6.7.2",
4343
"ansys-tools-path==0.6.0",
44-
"pytest==8.2.2",
44+
"pytest==8.3.2",
4545
"pytest-cov==5.0.0",
4646
"pytest-qt==4.4.0",
47-
"setuptools==70.1.1",
47+
"setuptools==72.1.0",
4848
]
4949
doc = [
50-
"Sphinx==7.3.7",
50+
"Sphinx==8.0.2",
5151
"ansys-sphinx-theme==0.16.6",
5252
"sphinx-copybutton==0.5.2",
53-
"sphinx_design==0.6.0",
54-
"sphinx_toolbox==3.6.0",
53+
"sphinx_design==0.6.1",
54+
"sphinx_toolbox==3.7.0",
5555
]
5656
freeze = [
57-
"pyinstaller==6.8.0",
57+
"pyinstaller==6.9.0",
5858
"packaging==24.1",
5959
"PyGithub==2.3.0",
6060
"appdirs==1.4.4",

src/ansys/tools/installer/constants.py

Lines changed: 54 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
3535

3636
ABOUT_TEXT = f"""<h2>Ansys Python Installer {__version__}</h2>
3737
<p>Created by the PyAnsys Team.</p>
38-
<p>Project build using <a href='https://wiki.qt.io/Qt_for_Python'> PySide6</a> and <a href='https://pyinstaller.org/en/stable/'> PyInstaller</a>.</p>
38+
<p>Project build using <a href='https://wiki.qt.io/Qt_for_Python'> PySide6</a>, Copyright 2024 The Qt Company Ltd, and <a href='https://pyinstaller.org/en/stable/'> PyInstaller</a>.</p>
39+
<p>The graphical user interface (GUI) components are licensed under <a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>LGPL v3.0</a>.</p>
40+
<p>Except for the GUI components, your use of this software is governed by the MIT License. In addition, this installer allows you to access and install software that is licensed under separate terms ("Separately Licensed Software"). If you choose to install such Separately Licensed Software, you acknowledge that you are responsible for complying with any associated terms and conditions.</p>
41+
<p>Copyright 2023 - 2024 ANSYS, Inc. All rights reserved.</p>
3942
<p>If you have any questions or issues, please open an issue in <a href='https://github.com/ansys/python-installer-qt-gui/issues'>python-installer-qt-gui Issues</a> page.</p>
4043
<p>Alternatively, you can contact us at <a href='mailto:[email protected]'>[email protected]</a>.</p>
41-
<p>Your use of this software is governed by the MIT License. In addition, this installer allows you to access and install software that is licensed under separate terms ("Separately Licensed Software"). If you chose to install such Separately Licensed Software, you acknowledge that you are responsible for complying with any associated terms and conditions.</p>
42-
<p>Copyright 2023 - 2024 ANSYS, Inc. All rights reserved.</p>
4344
"""
4445

4546
UNABLE_TO_RETRIEVE_LATEST_VERSION_TEXT = f"""
@@ -105,77 +106,107 @@
105106
PYANSYS_DOCS_SITES = {
106107
"PyAnsys": "https://docs.pyansys.com",
107108
"PyAnsys Developer docs": "https://dev.docs.pyansys.com",
109+
"PyACP": "https://acp.docs.pyansys.com",
108110
"PyAdditive": "https://additive.docs.pyansys.com",
111+
"PyAdditive Widgets": "https://widgets.additive.docs.pyansys.com",
109112
"PyAEDT": "https://aedt.docs.pyansys.com",
110113
"PyAnsys Geometry": "https://geometry.docs.pyansys.com",
111114
"PyAnsys Math": "https://math.docs.pyansys.com",
115+
"PyAnsys Sound": "https://sound.docs.pyansys.com",
116+
"PyConceptEV": "https://conceptev.docs.pyansys.com",
112117
"PyDPF - Core": "https://dpf.docs.pyansys.com",
113118
"PyDPF - Post": "https://post.docs.pyansys.com",
114119
"PyDPF - Composites": "https://composites.dpf.docs.pyansys.com",
115120
"PyDyna": "https://dyna.docs.pyansys.com",
116121
"PyDynamicReporting": "https://dynamicreporting.docs.pyansys.com",
122+
"PyEDB": "https://edb.docs.pyansys.com",
123+
"PyEDB - Core": "https://edb.core.docs.pyansys.com",
117124
"PyEnSight": "https://ensight.docs.pyansys.com",
118125
"PyFluent": "https://fluent.docs.pyansys.com",
119-
"PyFluent - Parametric": "https://parametric.fluent.docs.pyansys.com",
120126
"PyFluent - Visualization": "https://visualization.fluent.docs.pyansys.com",
127+
"PyGranta": "https://grantami.docs.pyansys.com",
128+
"PyHPS": "https://hps.docs.pyansys.com",
121129
"PyMAPDL": "https://mapdl.docs.pyansys.com",
122-
"PyMAPDL Reader": "https://reader.docs.pyansys.com/",
123-
"PyMechanical": "https://mechanical.docs.pyansys.com/",
124-
"PyMotorCAD": "https://motorcad.docs.pyansys.com/",
125-
"PyOptislang": "https://optislang.docs.pyansys.com/",
126-
"PyPIM": "https://pypim.docs.pyansys.com/",
127-
"PyPrimeMesh": "https://prime.docs.pyansys.com/",
128-
"PySeascape": "https://seascape.docs.pyansys.com/",
129-
"PySherlock": "https://sherlock.docs.pyansys.com//",
130-
"PySystemCoupling": "https://systemcoupling.docs.pyansys.com/",
131-
"PyTurboGrid": "https://turbogrid.docs.pyansys.com/",
132-
"PyTwin": "https://twin.docs.pyansys.com/",
133-
"Granta MI BoM Analytics": "https://bomanalytics.grantami.docs.pyansys.com/",
134-
"Granta MI RecordLists": "https://recordlists.grantami.docs.pyansys.com/",
130+
"PyMAPDL Reader": "https://reader.docs.pyansys.com",
131+
"PyMechanical": "https://mechanical.docs.pyansys.com",
132+
"PyModelCenter": "https://modelcenter.docs.pyansys.com",
133+
"PyMotorCAD": "https://motorcad.docs.pyansys.com",
134+
"PyOptislang": "https://optislang.docs.pyansys.com",
135+
"PyPIM": "https://pypim.docs.pyansys.com",
136+
"PyPrimeMesh": "https://prime.docs.pyansys.com",
137+
"PyRocky": "https://rocky.docs.pyansys.com",
138+
"PySeascape": "https://seascape.docs.pyansys.com",
139+
"PySherlock": "https://sherlock.docs.pyansys.com",
140+
"PySimAI": "https://simai.docs.pyansys.com",
141+
"PySystemCoupling": "https://systemcoupling.docs.pyansys.com",
142+
"PyTurboGrid": "https://turbogrid.docs.pyansys.com",
143+
"PyTwin": "https://twin.docs.pyansys.com",
144+
"PyWorkbench": "https://workbench.docs.pyansys.com",
135145
# TOOLS
136-
"Ansys Tools Path": "https://path.tools.docs.pyansys.com/",
137-
"Ansys Tools Protobuf Compilation Helper": "https://ansys.github.io/ansys-tools-protoc-helper/",
138-
"PyAnsys Tools Report": "https://report.tools.docs.pyansys.com/",
139-
"PyAnsys Tools Versioning": "https://versioning.tools.docs.pyansys.com/",
140-
"PyAnsys Units": "http://units.docs.pyansys.com/",
146+
"Ansys FileTransfer Tool": "https://filetransfer.tools.docs.pyansys.com",
147+
"Ansys Local Product Launcher": "https://local-product-launcher.tools.docs.pyansys.com",
148+
"Ansys Tools Path": "https://path.tools.docs.pyansys.com",
149+
"Ansys Tools Protobuf Compilation Helper": "https://ansys.github.io/ansys-tools-protoc-helper",
150+
"Ansys Tools Visualization Interface": "https://visualization-interface.tools.docs.pyansys.com",
151+
"PyAnsys Tools Report": "https://report.tools.docs.pyansys.com",
152+
"PyAnsys Tools Variable Interop": "https://variableinterop.docs.pyansys.com",
153+
"PyAnsys Tools Versioning": "https://versioning.tools.docs.pyansys.com",
154+
"PyAnsys Units": "http://units.docs.pyansys.com",
155+
"PyMaterials Manager": "https://manager.materials.docs.pyansys.com",
141156
}
142157

143158
PYANSYS_LIBS = {
144159
"PyAnsys-Metapackage": "pyansys",
160+
"PyACP": "ansys-acp-core",
145161
"PyAdditive": "ansys-additive-core",
162+
"PyAdditive Widgets": "ansys-additive-widgets",
146163
"PyAEDT": "pyaedt",
147164
"PyAnsys Geometry": "ansys-geometry-core",
148165
"PyAnsys Math": "ansys-math-core",
166+
"PyAnsys Sound": "ansys-sound-core",
167+
"PyConceptEV": "ansys-conceptev-core",
149168
"PyDPF - Core": "ansys-dpf-core",
150169
"PyDPF - Post": "ansys-dpf-post",
151170
"PyDPF - Composites": "ansys-dpf-composites",
152171
"PyDyna": "ansys-dyna-core",
153172
"PyDynamicReporting": "ansys-dynamicreporting-core",
173+
"PyEDB": "pyedb",
174+
"PyEDB - Core": "ansys-edb-core",
154175
"PyEnSight": "ansys-pyensight-core",
155176
"PyFluent": "ansys-fluent-core",
156-
"PyFluent - Parametric": "ansys-fluent-parametric",
157177
"PyFluent - Visualization": "ansys-fluent-visualization",
178+
"PyGranta": "pygranta",
179+
"PyHPS": "ansys-hps-client",
158180
"PyMAPDL": "ansys-mapdl-core",
159181
"PyMAPDL Reader": "ansys-mapdl-reader",
160182
"PyMechanical": "ansys-mechanical-core",
183+
"PyModelCenter": "ansys-modelcenter-workflow",
161184
"PyMotorCAD": "ansys-motorcad-core",
162185
"PyOptislang": "ansys-optislang-core",
163186
"PyPIM": "ansys-platform-instancemanagement",
164187
"PyPrimeMesh": "ansys-meshing-prime",
188+
"PyRocky": "ansys-rocky-core",
165189
"PySeascape": "ansys-seascape",
166190
"PySherlock": "ansys-sherlock-core",
191+
"PySimAI": "ansys-simai-core",
167192
"PySystemCoupling": "ansys-systemcoupling-core",
168193
"PyTurboGrid": "ansys-turbogrid-core",
169194
"PyTwin": "pytwin",
195+
"PyWorkbench": "ansys-workbench-core",
170196
"Granta MI BoM Analytics": "ansys-grantami-bomanalytics",
171197
"Granta MI RecordLists": "ansys-grantami-recordlists",
172198
"Shared Components": "ansys-openapi-common",
173199
# TOOLS
200+
"Ansys FileTransfer Tool": "ansys-tools-filetransfer",
201+
"Ansys Local Product Launcher": "ansys-tools-local-product-launcher",
174202
"Ansys Tools Path": "ansys-tools-path",
175203
"Ansys Tools Protobuf Compilation Helper": "ansys-tools-protoc-helper",
204+
"Ansys Tools Visualization Interface": "ansys-tools-visualization-interface",
176205
"PyAnsys Tools Report": "pyansys-tools-report",
206+
"PyAnsys Tools Variable Interop": "pyansys-tools-variableinterop",
177207
"PyAnsys Tools Versioning": "pyansys-tools-versioning",
178208
"PyAnsys Units": "ansys-units",
209+
"PyMaterials Manager": "ansys-materials-manager",
179210
}
180211

181212
VENV_DEFAULT_PATH = "venv_default_path"

0 commit comments

Comments
 (0)