Skip to content

Commit 12d136a

Browse files
committed
Adapt the description of the package to what it really is becoming
1 parent f410d76 commit 12d136a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Python-Blosc2
33
=============
44

5-
A Python wrapper for the extremely fast Blosc2 compression library
6-
==================================================================
5+
A flexible computational engine for the fast Blosc2 compression library
6+
=======================================================================
77

88
:Author: The Blosc development team
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "blosc2"
11-
description = "Python wrapper for the C-Blosc2 library"
11+
description = "A flexible computational engine for the fast Blosc2 compression library"
1212
readme = "README.rst"
1313
authors = [{name = "Blosc Development Team", email = "[email protected]"}]
1414
maintainers = [{ name = "Blosc Development Team", email = "[email protected]"}]

0 commit comments

Comments
 (0)