File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
python-isal
2
2
===========
3
3
4
- Faster zlib and gzip compatible compression and decompression.
4
+ Faster zlib and gzip compatible compression and decompression
5
+ by providing python bindings for the isa-l library.
5
6
6
7
This package provides Python bindings for the `isa-l
7
8
<https://github.com/intel/isa-l> `_ library. The Intel Infrastructure Storage
Original file line number Diff line number Diff line change 33
33
setup (
34
34
name = "isal" ,
35
35
version = "0.1.0-dev" ,
36
- description = "Faster zlib and gzip compatible compression and "
37
- "decompression. Python bindings for the isa-l library." ,
36
+ description = "Faster zlib and gzip compatible compression and decompression "
37
+ "by providing python bindings for the isa-l library." ,
38
38
author = "Leiden University Medical Center" ,
39
39
author_email = "[email protected] " ,
# A placeholder for now
40
40
long_description = Path ("README.rst" ).read_text (),
You can’t perform that action at this time.
0 commit comments