From c101e844f200a1756fb23f52fe2852727a7f68d5 Mon Sep 17 00:00:00 2001 From: Kevin Ha Date: Wed, 16 Mar 2022 20:52:13 -0400 Subject: [PATCH] add noqa --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06dc2f6..45d31a8 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ exec(open(os.path.join(here, 'qapa/version.py')).read()) setup(name='qapa', - version=__version__, + version=__version__, # noqa: F821 description='RNA-seq Quantification of Alternative Polyadenylation (QAPA)', url='http://github.com/morrislab/qapa', author='Kevin Ha',