From 20e66eb973bea0f693df2cafa2985c049801d019 Mon Sep 17 00:00:00 2001 From: Sebastian Achim Mueller Date: Tue, 12 Dec 2023 16:26:10 +0100 Subject: [PATCH] assert black-pack --- .github/workflows/test.yml | 2 +- README.rst | 8 +++++++- project.toml => pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) rename project.toml => pyproject.toml (61%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69daaec..a63f5a0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install pip --upgrade python -m pip install pytest python -m pip install -r requirements.txt python -m pip install . diff --git a/README.rst b/README.rst index 7dae6e5..477c3f1 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ########## JSON-NUMPY ########## -|TestStatus| |PyPiStatus| |BlackStyle| +|TestStatus| |PyPiStatus| |BlackStyle| |BlackPackStyle| |MITLicenseBadge| Transparent ```dumps``` and ```loads``` of ```numpy-arrays```. @@ -40,3 +40,9 @@ example .. |PyPiStatus| image:: https://img.shields.io/pypi/v/json_numpy_sebastian-achim-mueller :target: https://pypi.org/project/json_numpy_sebastian-achim-mueller + +.. |BlackPackStyle| image:: https://img.shields.io/badge/pack%20style-black-000000.svg + :target: https://github.com/cherenkov-plenoscope/black_pack + +.. |MITLicenseBadge| image:: https://img.shields.io/badge/License-MIT-yellow.svg + :target: https://opensource.org/licenses/MIT diff --git a/project.toml b/pyproject.toml similarity index 61% rename from project.toml rename to pyproject.toml index b0f0765..3331949 100644 --- a/project.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools>=42"] +requires = ["setuptools>=49.6.0"] build-backend = "setuptools.build_meta"