diff options
author | Frederick Muriuki Muriithi | 2024-09-27 15:21:18 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-27 15:21:18 -0500 |
commit | 453087e52906919e78d7d6cb111feb82d517ff0b (patch) | |
tree | 9b6641d0de86957443455023458a53bfbafd4d66 | |
parent | 21d6aab173c949447aad3a72b3118d96d78d2183 (diff) | |
download | genenetwork3-453087e52906919e78d7d6cb111feb82d517ff0b.tar.gz |
Set `include_package_data=True` to install R files too.
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(), |