Skip to content

Commit

Permalink
Fix warning in CI job
Browse files Browse the repository at this point in the history
  !!

          ********************************************************************************
          newlines are not allowed in `summary` and will break in the future
          ********************************************************************************

  !!
  • Loading branch information
DimitriPapadopoulos committed Sep 29, 2023
1 parent cb15543 commit 4fba9ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "numcodecs"
description = """
A Python package providing buffer compression and transformation codecs for use
in data storage and communication applications.
"""
A Python package providing buffer compression and transformation codecs \
for use in data storage and communication applications."""
readme = "README.rst"
dependencies = [
"numpy>=1.7",
Expand Down Expand Up @@ -120,4 +119,4 @@ norecursedirs = [
[[tool.cibuildwheel.overrides]]
select = "*-macosx_arm64"
environment = { DISABLE_NUMCODECS_SSE2=1 }


0 comments on commit 4fba9ac

Please sign in to comment.