aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexander Kabui2021-06-08 03:40:18 +0300
committerBonfaceKilz2021-06-11 08:57:54 +0300
commit348f48b68eb029f9b3f74c9b14de508f643ce3fe (patch)
tree900f612b05a33f9990e97d042f8f6a4776a723ce /setup.py
parentd15cbf953bd3b3e9260e88d5663a1cf20414d776 (diff)
downloadgenenetwork3-348f48b68eb029f9b3f74c9b14de508f643ce3fe.tar.gz
add tests to setup packages
Diffstat (limited to 'setup.py')
-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')