aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-27 15:21:18 -0500
committerFrederick Muriuki Muriithi2024-09-27 15:21:18 -0500
commit453087e52906919e78d7d6cb111feb82d517ff0b (patch)
tree9b6641d0de86957443455023458a53bfbafd4d66
parent21d6aab173c949447aad3a72b3118d96d78d2183 (diff)
downloadgenenetwork3-453087e52906919e78d7d6cb111feb82d517ff0b.tar.gz
Set `include_package_data=True` to install R files too.
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 515a137..4c1d026 100755
--- a/setup.py
+++ b/setup.py
@@ -30,6 +30,7 @@ setup(author='Bonface M. K.',
"flask-cors==3.0.9"
"xapian-bindings"
],
+ include_package_data=True,
scripts=["scripts/index-genenetwork"],
license='GPLV3',
long_description=long_description(),