Skip to content

Commit

Permalink
assert black-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Dec 12, 2023
1 parent f9ef3f2 commit 20e66eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##########
JSON-NUMPY
##########
|TestStatus| |PyPiStatus| |BlackStyle|
|TestStatus| |PyPiStatus| |BlackStyle| |BlackPackStyle| |MITLicenseBadge|

Transparent ```dumps``` and ```loads``` of ```numpy-arrays```.

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion project.toml → pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=42"]
requires = ["setuptools>=49.6.0"]
build-backend = "setuptools.build_meta"

0 comments on commit 20e66eb

Please sign in to comment.