Skip to content

Commit 2a94888

Browse files
authored
Add pypi badge (#81)
1 parent 788360e commit 2a94888

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
|docs| |ci| |cov| |bench|
1+
|pypi| |docs| |ci| |cov| |bench|
22

3-
.. |docs| image:: https://readthedocs.com/projects/icb-fast-array-utils/badge/?version=latest
4-
:target: https://icb-fast-array-utils.readthedocs-hosted.com/en/latest/
3+
.. |pypi| image:: https://img.shields.io/pypi/v/fast-array-utils
4+
:target: https://pypi.org/project/fast-array-utils/
5+
6+
.. |docs| image:: https://app.readthedocs.com/projects/icb-fast-array-utils/badge/
7+
:target: https://icb-fast-array-utils.readthedocs-hosted.com/
58

69
.. |ci| image:: https://github.com/scverse/fast-array-utils/actions/workflows/ci.yml/badge.svg
710
:target: https://github.com/scverse/fast-array-utils/actions/workflows/ci.yml

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
requires-python = ">=3.11"
1212
classifiers = [
13-
"Development Status :: 4 - Beta",
13+
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
1515
"Programming Language :: Python :: 3 :: Only",
1616
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)