From ef1c116b6182b5e8a82b9d295fa620237737fabf Mon Sep 17 00:00:00 2001 From: aerijman Date: Thu, 2 Apr 2020 10:42:15 -0400 Subject: [PATCH] missmatch to mismatch --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eeae7bf..e059e06 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ def readme(): with open('README.md') as f: return f.read() -setup(name='tasmanian missmatch analysis tool', +setup(name='tasmanian mismatch analysis tool', version='0.1.1', description='Tasmanian tool to analyze mismatches at read and position in high throughput sequencing data', long_description=readme(), long_description_content_type="text/markdown", - url='https://github.com/nebiolabs/tasmanian', + url='https://github.com/nebiolabs/tasmanian-mismatch', author='Ariel Erijman and Brad Langhorst', author_email='aerijman@neb.com', license='GNU',