Skip to content

Commit 515d097

Browse files
Fix warning in CI jobs (#467)
!! ******************************************************************************** newlines are not allowed in `summary` and will break in the future ******************************************************************************** !!
1 parent e474389 commit 515d097

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ build-backend = "setuptools.build_meta"
1010
[project]
1111
name = "numcodecs"
1212
description = """
13-
A Python package providing buffer compression and transformation codecs for use
14-
in data storage and communication applications.
15-
"""
13+
A Python package providing buffer compression and transformation codecs \
14+
for use in data storage and communication applications."""
1615
readme = "README.rst"
1716
dependencies = [
1817
"numpy>=1.7",
@@ -120,4 +119,4 @@ norecursedirs = [
120119
[[tool.cibuildwheel.overrides]]
121120
select = "*-macosx_arm64"
122121
environment = { DISABLE_NUMCODECS_SSE2=1 }
123-
122+

0 commit comments

Comments
 (0)