-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt the description of the package to what it really is becoming
- Loading branch information
1 parent
f410d76
commit 12d136a
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Python-Blosc2 | ||
============= | ||
|
||
A Python wrapper for the extremely fast Blosc2 compression library | ||
================================================================== | ||
A flexible computational engine for the fast Blosc2 compression library | ||
======================================================================= | ||
|
||
:Author: The Blosc development team | ||
:Contact: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" | |
|
||
[project] | ||
name = "blosc2" | ||
description = "Python wrapper for the C-Blosc2 library" | ||
description = "A flexible computational engine for the fast Blosc2 compression library" | ||
readme = "README.rst" | ||
authors = [{name = "Blosc Development Team", email = "[email protected]"}] | ||
maintainers = [{ name = "Blosc Development Team", email = "[email protected]"}] | ||
|