Skip to content

Commit d521e03

Browse files
committed
fix lint error.
1 parent ffb92de commit d521e03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
setup(
3434
name="isal",
3535
version="0.1.0-dev",
36-
description="Faster zlib and gzip compatible compression and decompression "
37-
"by providing python bindings for the isa-l library.",
36+
description="Faster zlib and gzip compatible compression and "
37+
"decompression by providing python bindings for the isa-l "
38+
"library.",
3839
author="Leiden University Medical Center",
3940
author_email="[email protected]", # A placeholder for now
4041
long_description=Path("README.rst").read_text(),

0 commit comments

Comments
 (0)