Skip to content

Commit f6b74fb

Browse files
authored
FIX: contact email should be pyansys.core@ansys.com (#472)
1 parent d6d5785 commit f6b74fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Then, install PyGeometry with:
164164

165165
* Index URL: ``https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/``
166166

167-
If access to this package registry is needed, email `pyansys.support@ansys.com <mailto:pyansys.support@ansys.com>`_
167+
If access to this package registry is needed, email `pyansys.core@ansys.com <mailto:pyansys.core@ansys.com>`_
168168
to request access. The PyAnsys team can provide you a read-only token to be inserted in ``${PRIVATE_PYPI_ACCESS_TOKEN}``.
169169
Once you have it, run the following command:
170170

doc/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ should use these issue templates:
3434

3535
If your issue does not fit into these categories, create your own issue.
3636

37-
To reach the PyAnsys team, email `pyansys.support@ansys.com <pyansys.support@ansys.com>`_.
37+
To reach the PyAnsys team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.
3838

3939
View documentation
4040
------------------

doc/source/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Then, install PyGeometry with:
4444

4545
``https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/simple/``
4646

47-
If access to this package registry is needed, email `pyansys.support@ansys.com <mailto:pyansys.support@ansys.com>`_
47+
If access to this package registry is needed, email `pyansys.core@ansys.com <mailto:pyansys.core@ansys.com>`_
4848
to request access. The PyAnsys team can provide you a read-only token to be inserted in ``${PRIVATE_PYPI_ACCESS_TOKEN}``.
4949
Once you have obtained this token, run this command:
5050

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
requires-python = ">=3.7,<4"
1111
license = {file = "LICENSE"}
12-
authors = [{name = "ANSYS, Inc.", email = "pyansys.support@ansys.com"}]
12+
authors = [{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}]
1313
maintainers = [{name = "PyGeometry developers", email = "PyGeometry@ansys.com"}]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)