Skip to content

Commit

Permalink
Fixed the duplicated numfocus tag
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Nov 28, 2024
1 parent 12d136a commit d382fa2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ A flexible computational engine for the fast Blosc2 compression library
:Github: https://github.com/Blosc/python-blosc2
:Actions: |actions|
:PyPi: |version|
:NumFOCUS: |numfocus|
:Code of Conduct: |Contributor Covenant|

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

Expand Down Expand Up @@ -266,12 +269,11 @@ developments. We recently moved from Twitter to Mastodon.
Thanks
======

Blosc2 is supported by the `NumFOCUS <https://numfocus.org>`_ non for-profit
organization and `ironArray SLU <https://ironarray.io>`_, among many other
donors.

Besides the organizations above, the following people have contributed to
the core development of Blosc2:
Blosc2 is supported by the `NumFOCUS foundation <https://numfocus.org>`_, the
`LEAPS-INNOV project <https://www.leaps-innov.eu>`_
and `ironArray SLU <https://ironarray.io>`_, among many other donors.
This allowed the following people have contributed in an important way
to the core development of Blosc2:

- Francesc Alted
- Marta Iborra
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Preliminaries

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

python -m build --sdist
pipx run build --sdist
twine check dist/*


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "blosc2"
description = "A flexible computational engine for the fast Blosc2 compression library"
readme = "README.rst"
readme = {file = "README.rst", content-type = "text/x-rst"}
authors = [{name = "Blosc Development Team", email = "[email protected]"}]
maintainers = [{ name = "Blosc Development Team", email = "[email protected]"}]
license = {text = "BSD-3-Clause"}
Expand Down

0 comments on commit d382fa2

Please sign in to comment.