Skip to content

Commit d382fa2

Browse files
committed
Fixed the duplicated numfocus tag
1 parent 12d136a commit d382fa2

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.rst

+8-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ A flexible computational engine for the fast Blosc2 compression library
1010
:Github: https://github.com/Blosc/python-blosc2
1111
:Actions: |actions|
1212
:PyPi: |version|
13+
:NumFOCUS: |numfocus|
1314
:Code of Conduct: |Contributor Covenant|
1415

1516
.. |version| image:: https://img.shields.io/pypi/v/blosc2.svg
1617
:target: https://pypi.python.org/pypi/blosc2
1718
.. |Contributor Covenant| image:: https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg
1819
:target: https://github.com/Blosc/community/blob/master/code_of_conduct.md
20+
.. |numfocus| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
21+
:target: https://numfocus.org
1922
.. |actions| image:: https://github.com/Blosc/python-blosc2/actions/workflows/build.yml/badge.svg
2023
:target: https://github.com/Blosc/python-blosc2/actions/workflows/build.yml
2124

@@ -266,12 +269,11 @@ developments. We recently moved from Twitter to Mastodon.
266269
Thanks
267270
======
268271

269-
Blosc2 is supported by the `NumFOCUS <https://numfocus.org>`_ non for-profit
270-
organization and `ironArray SLU <https://ironarray.io>`_, among many other
271-
donors.
272-
273-
Besides the organizations above, the following people have contributed to
274-
the core development of Blosc2:
272+
Blosc2 is supported by the `NumFOCUS foundation <https://numfocus.org>`_, the
273+
`LEAPS-INNOV project <https://www.leaps-innov.eu>`_
274+
and `ironArray SLU <https://ironarray.io>`_, among many other donors.
275+
This allowed the following people have contributed in an important way
276+
to the core development of Blosc2:
275277

276278
- Francesc Alted
277279
- Marta Iborra

RELEASING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Preliminaries
4040

4141
* Check that the metainfo for the package is correct::
4242

43-
python -m build --sdist
43+
pipx run build --sdist
4444
twine check dist/*
4545

4646

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
99
[project]
1010
name = "blosc2"
1111
description = "A flexible computational engine for the fast Blosc2 compression library"
12-
readme = "README.rst"
12+
readme = {file = "README.rst", content-type = "text/x-rst"}
1313
authors = [{name = "Blosc Development Team", email = "[email protected]"}]
1414
maintainers = [{ name = "Blosc Development Team", email = "[email protected]"}]
1515
license = {text = "BSD-3-Clause"}

0 commit comments

Comments
 (0)