From 453087e52906919e78d7d6cb111feb82d517ff0b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 27 Sep 2024 15:21:18 -0500 Subject: Set `include_package_data=True` to install R files too. --- setup.py | 1 + 1 file changed, 1 insertion(+) 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(), -- cgit v1.2.3