We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb92de commit d521e03Copy full SHA for d521e03
setup.py
@@ -33,8 +33,9 @@
33
setup(
34
name="isal",
35
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.",
+ description="Faster zlib and gzip compatible compression and "
+ "decompression by providing python bindings for the isa-l "
38
+ "library.",
39
author="Leiden University Medical Center",
40
author_email="[email protected]", # A placeholder for now
41
long_description=Path("README.rst").read_text(),
0 commit comments