Skip to content

Commit

Permalink
updated author
Browse files Browse the repository at this point in the history
  • Loading branch information
cielavenir committed Nov 24, 2021
1 parent 3820d55 commit f945d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ def build_isa_l(compiler_command, compiler_options):
description="Faster zlib and gzip compatible compression and "
"decompression by providing python bindings for the ISA-L "
"library.",
author="Leiden University Medical Center",
author_email="r.h.p.vorderman@lumc.nl", # A placeholder for now
author="Leiden University Medical Center, Python2 port by @cielavenir",
author_email="cielartisan@gmail.com",
long_description=Path("README.rst").read_text(),
long_description_content_type="text/x-rst",
cmdclass={"build_ext": BuildIsalExt},
Expand Down

0 comments on commit f945d57

Please sign in to comment.