From 5348003fdf3628d574ca95911fecebbfd81ba8ee Mon Sep 17 00:00:00 2001 From: Alexander Kabui Date: Tue, 8 Jun 2021 03:40:18 +0300 Subject: add tests to setup packages --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e43ab0a..3f0922b 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup(author='Bonface M. K.', 'gn3.api', 'gn3.computations', 'gn3.db', + 'tests' ], url='https://github.com/genenetwork/genenetwork3', version='0.1') -- cgit 1.4.1