aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabui2021-06-08 03:40:18 +0300
committerzsloan2021-06-18 22:08:04 +0000
commit5348003fdf3628d574ca95911fecebbfd81ba8ee (patch)
tree26574694a5f0b96c4df5df52c0a6b1f72e73d36b
parent70888fb5fb78e7d77ca19c1a015d6c0ae494c722 (diff)
downloadgenenetwork3-5348003fdf3628d574ca95911fecebbfd81ba8ee.tar.gz
add tests to setup packages
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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')