From 67e6f33b9a8e777d9da2765f69723e794037a618 Mon Sep 17 00:00:00 2001 From: Mainak Kundu Date: Thu, 9 Jun 2022 16:34:21 +0530 Subject: [PATCH] Change the package name to ansys-fluent-core --- doc/source/getting_started/index.rst | 2 +- setup.py | 4 ++-- src/ansys/fluent/core/_version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index 19424d1ff3d2..17e9c15d6841 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -47,7 +47,7 @@ the artifactory. .. code:: - python -m pip install --extra-index-url http://conanreader:conanreader@canartifactory.ansys.com:8080/artifactory/api/pypi/pypi/simple --trusted-host canartifactory.ansys.com ansys-fluent-solver + python -m pip install --extra-index-url http://conanreader:conanreader@canartifactory.ansys.com:8080/artifactory/api/pypi/pypi/simple --trusted-host canartifactory.ansys.com ansys-fluent-core This will allow you to install the PyFluent ``ansys-fluent-core`` module and modify it locally and have the changes reflected in your setup diff --git a/setup.py b/setup.py index e4e72f138162..6e5cb18c8f27 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -"""Setup file for ansys-fluent-solver.""" +"""Setup file for ansys-fluent-core.""" import os import shutil import sys @@ -41,7 +41,7 @@ packages.append(package) setup( - name="ansys-fluent-solver", + name="ansys-fluent-core", packages=packages, package_dir={"": "src"}, include_package_data=True, diff --git a/src/ansys/fluent/core/_version.py b/src/ansys/fluent/core/_version.py index eface8aebdc0..24f2ecaebdd1 100644 --- a/src/ansys/fluent/core/_version.py +++ b/src/ansys/fluent/core/_version.py @@ -1,4 +1,4 @@ -"""Version of ansys-fluent-solver module. +"""Version of ansys-fluent-core module. On the ``main`` branch, use 'dev0' to denote a development version. For example: