File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 :alt: Predictive Science Inc.
44 :width: 20px
55
6- .. |pypi | image :: https://img.shields.io/pypi/v/psi-visual ?logo=pypi&logoColor=white
7- :target: https://pypi.org/project/psi-visual
6+ .. |pypi | image :: https://img.shields.io/pypi/v/psi-pyvisual ?logo=pypi&logoColor=white
7+ :target: https://pypi.org/project/psi-pyvisual
88 :alt: PyPI
99
10- .. |license | image :: https://img.shields.io/pypi/l/psi-visual ?logo=apache&logoColor=white
10+ .. |license | image :: https://img.shields.io/pypi/l/psi-pyvisual ?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/psi-visual .svg?logo=python&label=python&logoColor=white
15- :target: https://pypi.org/project/psi-visual
14+ .. |pyversions | image :: https://img.shields.io/pypi/pyversions/psi-pyvisual .svg?logo=python&label=python&logoColor=white
15+ :target: https://pypi.org/project/psi-pyvisual
1616 :alt: Python Versions
1717
1818.. |deps | image :: https://img.shields.io/librariesio/github/predsci/pyvisual?logo=Libraries.io&logoColor=white
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ requires = ["setuptools >= 77.0.3"]
1010# Project Metadata
1111# ----------------
1212[project ]
13- name = " psi-visual "
13+ name = " psi-pyvisual "
1414version = " 0.9.0"
1515description = " 3D Visualization Tools for Solar Physics"
1616authors = [
Original file line number Diff line number Diff line change 4747 from importlib .metadata import version as _pkg_version
4848 from importlib .metadata import PackageNotFoundError
4949 from pathlib import Path
50- __version__ = _pkg_version ("psi-visual " ) # type: ignore[assignment]
50+ __version__ = _pkg_version ("psi-pyvisual " ) # type: ignore[assignment]
5151except PackageNotFoundError as e : # dev/editable without metadata
5252 try :
5353 import tomllib # Python 3.11+
You can’t perform that action at this time.
0 commit comments