diff --git a/README.rst b/README.rst index 907af1bc..f9eeda13 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -266,12 +269,11 @@ developments. We recently moved from Twitter to Mastodon. Thanks ====== -Blosc2 is supported by the `NumFOCUS `_ non for-profit -organization and `ironArray SLU `_, 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 `_, the +`LEAPS-INNOV project `_ +and `ironArray SLU `_, 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 diff --git a/RELEASING.rst b/RELEASING.rst index a63c0cfb..ad519a4f 100644 --- a/RELEASING.rst +++ b/RELEASING.rst @@ -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/* diff --git a/pyproject.toml b/pyproject.toml index aa84a2e8..9e138273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "blosc@blosc.org"}] maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}] license = {text = "BSD-3-Clause"}