From 4441fea365110ca842eaea5fc5ae69a26765896e Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Mon, 24 Feb 2020 14:00:24 +0100 Subject: [PATCH] Coherent licence info. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcfea4f..2042538 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( description="Miscellaneous things to process high throughput sequencing data.", author="Blaise Li", author_email="blaise.li@normalesup.org", - license="MIT", + license="GNU GPLv3", packages=find_packages(), scripts=["scripts/bam2bigwig.sh", "scripts/sam2indexedbam.sh"], install_requires=[ -- GitLab