Skip to content

Commit 5083229

Browse files
BLD: Update project name to psi-visual for PyPI index
1 parent 60f028f commit 5083229

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
:alt: Predictive Science Inc.
44
:width: 20px
55

6-
.. |pypi| image:: https://img.shields.io/pypi/v/pyvisual?logo=pypi&logoColor=white
7-
:target: https://pypi.org/project/pyvisual
6+
.. |pypi| image:: https://img.shields.io/pypi/v/psi-visual?logo=pypi&logoColor=white
7+
:target: https://pypi.org/project/psi-visual
88
:alt: PyPI
99

10-
.. |license| image:: https://img.shields.io/pypi/l/pyvisual?logo=apache&logoColor=white
10+
.. |license| image:: https://img.shields.io/pypi/l/psi-visual?logo=apache&logoColor=white
1111
:target: https://opensource.org/license/apache-2-0/
1212
:alt: License
1313

14-
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/pyvisual.svg?logo=python&label=python&logoColor=white
15-
:target: https://pypi.org/project/pyvisual
14+
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/psi-visual.svg?logo=python&label=python&logoColor=white
15+
:target: https://pypi.org/project/psi-visual
1616
:alt: Python Versions
1717

1818
.. |deps| image:: https://img.shields.io/librariesio/github/predsci/pyvisual?logo=Libraries.io&logoColor=white

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = ["setuptools >= 77.0.3"]
1010
# Project Metadata
1111
# ----------------
1212
[project]
13-
name = "pyvisual"
13+
name = "psi-visual"
1414
version = "0.9.0"
1515
description = "3D Visualization Tools for Solar Physics"
1616
authors = [

pyvisual/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from importlib.metadata import version as _pkg_version
4848
from importlib.metadata import PackageNotFoundError
4949
from pathlib import Path
50-
__version__ = _pkg_version("pyvisual") # type: ignore[assignment]
50+
__version__ = _pkg_version("psi-visual") # type: ignore[assignment]
5151
except PackageNotFoundError as e: # dev/editable without metadata
5252
try:
5353
import tomllib # Python 3.11+

0 commit comments

Comments
 (0)