diff --git a/doc/changelog.d/3797.added.md b/doc/changelog.d/3797.added.md new file mode 100644 index 0000000000..a2e0ff49c2 --- /dev/null +++ b/doc/changelog.d/3797.added.md @@ -0,0 +1 @@ +refactor: using Python client library instead \ No newline at end of file diff --git a/doc/source/conf.py b/doc/source/conf.py index 13506bc8e4..63c1562a3b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -393,7 +393,7 @@ "ansys.mapdl.core Documentation", author, "ansys.mapdl.core", - "Pythonic interface to MAPDL using gRPC", + "A Python client library for Ansys MAPDL", "Engineering Software", ), ] diff --git a/pyproject.toml b/pyproject.toml index b26916ebed..e6add18cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-mapdl-core" version = "0.69.dev0" -description = "A Python wrapper for Ansys MAPDL." +description = "A Python client library for Ansys MAPDL." readme = "README.md" requires-python = ">=3.10,<3.13" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py license = {file = "LICENSE"}