Skip to content

Commit 7fdb3c7

Browse files
committed
One sentence summary
1 parent e7cbf35 commit 7fdb3c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
python-isal
22
===========
33

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.
56

67
This package provides Python bindings for the `isa-l
78
<https://github.com/intel/isa-l>`_ library. The Intel Infrastructure Storage

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
setup(
3434
name="isal",
3535
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.",
3838
author="Leiden University Medical Center",
3939
author_email="[email protected]", # A placeholder for now
4040
long_description=Path("README.rst").read_text(),

0 commit comments

Comments
 (0)